From 0a86bbe2f6f43af8defcd6bdbb43a036be549481 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Fri, 29 May 2020 18:22:26 +0100 Subject: [PATCH] Add nvim to deps --- bash/.bashrc | 4 ++++ install/00-apt-pkglist | 1 + 2 files changed, 5 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index ebc3ff2..35413bd 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -78,3 +78,7 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +export NVM_DIR="$HOME/.config/nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion diff --git a/install/00-apt-pkglist b/install/00-apt-pkglist index 759412a..1f7e10e 100644 --- a/install/00-apt-pkglist +++ b/install/00-apt-pkglist @@ -1,5 +1,6 @@ curl make +neovim net-tools openssh-client openssh-server