Added node.js
This commit is contained in:
parent
54d282049e
commit
943448c457
1 changed files with 4 additions and 0 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue