From a77c60e11b794b9ab76b9b93e38b25e3ea1bc46a Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 21 Apr 2025 10:57:18 -0700 Subject: [PATCH] adds omakub dev --- ubuntu/omakub-dev.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ubuntu/omakub-dev.sh 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