diff --git a/ubuntu/omakub-dev.sh b/ubuntu/omakub-dev.sh new file mode 100644 index 0000000..160ab01 --- /dev/null +++ b/ubuntu/omakub-dev.sh @@ -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