From 9cd14a76e7c14d94cd9f2a046f986909581c07e8 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 21 Apr 2025 11:33:22 -0700 Subject: [PATCH] adds dev stuff to omakub script --- ubuntu/omakub-dev.sh | 21 --------------------- ubuntu/omakub.sh | 24 +++++++++++++++++++++++- 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 ubuntu/omakub-dev.sh diff --git a/ubuntu/omakub-dev.sh b/ubuntu/omakub-dev.sh deleted file mode 100644 index 160ab01..0000000 --- a/ubuntu/omakub-dev.sh +++ /dev/null @@ -1,21 +0,0 @@ -######################################## 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 diff --git a/ubuntu/omakub.sh b/ubuntu/omakub.sh index 2ea5a0e..b171ad9 100644 --- a/ubuntu/omakub.sh +++ b/ubuntu/omakub.sh @@ -9,7 +9,7 @@ sudo apt install nfs-common -y # flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo # sudo apt install yubioath-desktop -y # Doesn't work -sudo apt install flatseal -y +# sudo apt install flatseal -y flatpak install net.nokyan.Resources -y flatpak install org.onlyoffice.desktopeditors -y @@ -21,3 +21,25 @@ sudo apt install pcscd -y sudo add-apt-repository ppa:kelebek333/mint-tools -y sudo apt-get update sudo apt-get install webapp-manager -y + +### Dev Stuff +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