46 lines
1.2 KiB
Bash
46 lines
1.2 KiB
Bash
# Ubuntu 24.04 LTS (run after Omakub script)
|
|
#ghostty
|
|
|
|
sudo apt update
|
|
|
|
sudo apt install nfs-common -y
|
|
# sudo apt-get install fuse libfuse2 -y
|
|
# sudo apt install blueman -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
|
|
|
|
flatpak install net.nokyan.Resources -y
|
|
flatpak install org.onlyoffice.desktopeditors -y
|
|
|
|
flatpak install com.yubico.yubioath -y
|
|
sudo apt install pcscd -y
|
|
|
|
# Web Apps
|
|
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 -y
|
|
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
|