master
Dominik Madarász 2024-05-21 10:22:02 +00:00
parent 9bea5fb64b
commit 86d1a9c755
1 changed files with 1 additions and 1 deletions

2
prep
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt upgrade -y
sudo apt install -y neovim ripgrep build-essential git cmake fzf stow sudo apt install -y neovim ripgrep build-essential git cmake fzf stow zsh
sudo update-alternatives --set editor /usr/bin/nvim sudo update-alternatives --set editor /usr/bin/nvim
sudo update-alternatives --set vim /usr/bin/nvim sudo update-alternatives --set vim /usr/bin/nvim