added neovim

This commit is contained in:
Stefen Auris 2023-02-23 05:06:37 -05:00
parent 3c1792235f
commit 80a0739a54
2 changed files with 10 additions and 13 deletions

View file

@ -32,7 +32,8 @@ sudo apt-get -my install \
fd-find \
ncdu \
tree \
neofetch
neofetch \
trash-cli \
nala
read -n1 -p $'Does this system need a ssh server?\n' REPLY
@ -41,7 +42,7 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY
fi
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [[ $REPLY == [Yy] ]]; then
sudo apt-get install synaptic emacs vim-gtk3
sudo apt-get install synaptic emacs vim-gtk3 neovim-qt
else
sudo apt-get install emacs-nox
fi