add neovim

This commit is contained in:
Stefen Auris 2021-09-26 00:23:10 -04:00
parent ef50af2de1
commit 1d76f1e9ac
2 changed files with 4 additions and 5 deletions

View file

@ -19,7 +19,7 @@ sudo apt-get -my install \
etckeeper \ etckeeper \
tmux \ tmux \
zsh \ zsh \
vim \ neovim \
powerline\ powerline\
htop \ htop \
mc \ mc \
@ -32,7 +32,8 @@ sudo apt-get -my install \
grc \ grc \
fd-find \ fd-find \
ncdu \ ncdu \
exa exa \
bottom
read -n1 -p $'Does this system need a ssh server?\n' REPLY read -n1 -p $'Does this system need a ssh server?\n' REPLY
if [[ $REPLY == [Yy] ]]; then if [[ $REPLY == [Yy] ]]; then
@ -55,5 +56,3 @@ fi
#This section installs software outside apt #This section installs software outside apt
dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb
dpkg_url https://github.com/dandavison/delta/releases/download/0.8.3/git-delta_0.8.3_amd64.deb
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.4/bottom_0.6.4_amd64.deb

View file

@ -18,7 +18,7 @@ sudo apt-get -my install \
etckeeper \ etckeeper \
tmux \ tmux \
zsh \ zsh \
vim \ neovim \
powerline\ powerline\
htop \ htop \
mc \ mc \