improve install
parent
0ff94c73d4
commit
9bea5fb64b
7
prep
7
prep
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo apt install neovim ripgrep build-essential git cmake fzf stow
|
sudo apt update && sudo apt upgrade -y
|
||||||
sudo update-alternatives --config editor
|
sudo apt install -y neovim ripgrep build-essential git cmake fzf stow
|
||||||
sudo update-alternatives --config vim
|
sudo update-alternatives --set editor /usr/bin/nvim
|
||||||
|
sudo update-alternatives --set vim /usr/bin/nvim
|
||||||
|
|
Loading…
Reference in New Issue