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

42
fedora-dev.sh Normal file
View File

@@ -0,0 +1,42 @@
sudo dnf install zig -y
sudo dnf install neovim -y
sudo dnf install npm -y
sudo dnf install go -y
sudo dnf install ripgrep -y
sudo dnf install ruby -y
sudo dnf install ruby-devel -y
sudo dnf copr enable atim/lazygit -y
sudo dnf install lazygit -y
sudo dnf install alacritty -y
sudo dnf install tmux -y
sudo dnf install kitty -y
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
dnf check-update
sudo dnf install code -y
# sudo gem install solargraph
sudo dnf copr enable zawertun/hack-fonts -y
sudo dnf install hack-fonts -y
git clone http://www.github.com/noisycarlos/kitty
sudo npm i -g @railway/cli
sudo npm i -g vercel
sudo npm i -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