adds ubuntu versions (chatgpt, not validated)

This commit is contained in:
2024-01-29 15:46:04 -06:00
parent d696a641e4
commit ef88ca7751
5 changed files with 77 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ sudo dnf install 1password -y
sudo dnf install btop -y
sudo dnf install flatseal -y
sudo dnf install gnome-shell-extension-pop-shell xprop -y
flatpak install SaveDesktop -y
flatpak install app/com.yubico.yubioath/x86_64/stable -y
flatpak install net.nokyan.Resources -y

1
kitty Submodule

Submodule kitty added at f42da16651

45
ubuntu-dev.sh Normal file
View File

@@ -0,0 +1,45 @@
sudo apt install zig -y
sudo apt install neovim -y
sudo apt install npm -y
sudo apt install golang-go -y
sudo apt install ripgrep -y
sudo apt install ruby -y
sudo apt install ruby-dev -y
sudo add-apt-repository ppa:lazygit-team/release -y
sudo apt update
sudo apt install lazygit -y
sudo apt install alacritty -y
sudo apt install tmux -y
sudo apt install kitty -y
sudo apt install software-properties-common
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EB3E94ADBE1229CF
sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > /etc/apt/sources.list.d/vscode.list'
sudo apt update
sudo apt install code -y
# sudo gem install solargraph
sudo add-apt-repository ppa:hack-fonts/hack -y
sudo apt update
sudo apt install fonts-hack -y
git clone http://www.github.com/noisycarlos/kitty
sudo npm install -g @railway/cli
sudo npm install -g vercel
sudo npm install -g vercel@latest
cd ~/.config/
git config --global user.email "noisycarlos@hey.com"
git config --global user.name "Carlos Aldana"
git clone https://github.com/noisycarlos/kitty
git clone https://github.com/noisycarlos/nvim
rm -r lazygit
git clone https://github.com/noisycarlos/lazygit

29
ubuntu-main.sh Normal file
View File

@@ -0,0 +1,29 @@
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
sudo sh -c 'echo "deb [arch=amd64] https://downloads.1password.com/linux/debian/amd64/ stable main" > /etc/apt/sources.list.d/1password.list'
sudo apt update
sudo apt install 1password -y
sudo apt install btop -y
sudo apt install flatseal -y
sudo apt install gnome-shell-extension-pop-shell x11-utils -y
flatpak install flathub com.yubico.yubioath -y
flatpak install flathub net.nokyan.Resources -y
# Codecs
sudo apt install ubuntu-restricted-extras -y
# Browsers
flatpak install flathub com.google.Chrome -y
flatpak install flathub org.waterfoxproject.waterfox -y
sudo apt install chromium-browser -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt install -f -y
rm google-chrome-stable_current_amd64.deb
# Video
sudo apt install djv -y
sudo apt install vlc -y
sudo apt install python3-vlc -y