renames dev.sh

This commit is contained in:
2024-09-24 15:13:15 -07:00
parent 29ac01b747
commit 2a21ae8899

47
fedora/dev.sh Normal file
View File

@@ -0,0 +1,47 @@
sudo cp ../sesh /usr/bin
cp ../tmux.conf ~/.tmux.conf
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 flatpak install org.wezfurlong.wezterm -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 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/nvim
git clone https://github.com/noisycarlos/wezterm
rm -r lazygit
git clone https://github.com/noisycarlos/lazygit
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
#git clone https://github.com/noisycarlos/kitty