adds vscode to installation
This commit is contained in:
7
dev.sh
7
dev.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user