adds vscode to installation

This commit is contained in:
2023-12-13 08:45:55 -08:00
parent 6f4c3bc974
commit 11f211edc7

7
dev.sh
View File

@@ -14,13 +14,16 @@ 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
cd ~/.config
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone http://www.github.com/noisycarlos/kitty
sudo npm i -g @railway/cli