improve install

master
Dominik Madarász 2024-05-21 10:19:40 +00:00
parent 0ff94c73d4
commit 9bea5fb64b
1 changed files with 4 additions and 3 deletions

7
prep
View File

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