Added node.js

This commit is contained in:
Tobias Schmidl 2018-03-07 16:27:52 +01:00
parent 54d282049e
commit 943448c457

View file

@ -3,6 +3,10 @@ sudo -S bash -c "apt install bash-completion elinks git zsh curl neovim fortunes
apt-file update && \
update-command-not-found"
# node related
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
# vim related
mkdir -p $HOME/.vim/autoload $HOME/.vim/bundle $HOME/.config/nvim && \
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim &&