adds omakub dev
This commit is contained in:
21
ubuntu/omakub-dev.sh
Normal file
21
ubuntu/omakub-dev.sh
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
######################################## dev
|
||||||
|
# sudo snap install --beta zig --classic -y
|
||||||
|
# sudo apt install xsel xclip wl-clipboard
|
||||||
|
sudo cp ../dev/sesh /usr/bin
|
||||||
|
|
||||||
|
cd ~/.config/
|
||||||
|
git config --global user.email "noisycarlos@hey.com"
|
||||||
|
git config --global user.name "Carlos Aldana"
|
||||||
|
git config --global credential.helper store
|
||||||
|
|
||||||
|
mv nvim nvim-old
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/nvim
|
||||||
|
|
||||||
|
sudo rm -r wezterm
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/wezterm
|
||||||
|
|
||||||
|
sudo rm -r ghostty
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/ghostty
|
||||||
|
|
||||||
|
sudo rm -r lazygit
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/lazygit
|
||||||
Reference in New Issue
Block a user