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