diff --git a/ddeps.sh b/ddeps.sh index 46f557e..084164b 100755 --- a/ddeps.sh +++ b/ddeps.sh @@ -36,7 +36,8 @@ sudo apt-get -my install \ bat \ nala \ duf \ - tree + tree \ + vim read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY if [[ $REPLY == [Yy] ]]; then @@ -44,16 +45,9 @@ read -n1 -p $'\nDoes 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 - else - sudo apt-get install emacs-nox + sudo apt-get install synaptic vim-gtk3 fi #This section installs software outside apt dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb -#install/upgrade neovim -mkdir -v ~/bin -trash ~/bin/nvim -curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o ~/bin/nvim -chmod u+x ~/bin/nvim