From 1d76f1e9ac070caf98c25007d39a48e66dabec9d Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 26 Sep 2021 00:23:10 -0400 Subject: [PATCH] add neovim --- ddeps.sh | 7 +++---- udeps.sh | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ddeps.sh b/ddeps.sh index 9315fc5..edef51c 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -19,7 +19,7 @@ sudo apt-get -my install \ etckeeper \ tmux \ zsh \ - vim \ + neovim \ powerline\ htop \ mc \ @@ -32,7 +32,8 @@ sudo apt-get -my install \ grc \ fd-find \ ncdu \ - exa + exa \ + bottom read -n1 -p $'Does this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then @@ -55,5 +56,3 @@ fi #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/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 diff --git a/udeps.sh b/udeps.sh index f62ee29..8120be3 100755 --- a/udeps.sh +++ b/udeps.sh @@ -18,7 +18,7 @@ sudo apt-get -my install \ etckeeper \ tmux \ zsh \ - vim \ + neovim \ powerline\ htop \ mc \