Browse Source

autoinstall node & npm

refactor/nvim-lua
garritfra 6 years ago
parent
commit
d25f80dbcd
  1. 5
      install.sh

5
install.sh

@ -12,5 +12,8 @@ cp ./.bashrc $HOME/.bash_profile
echo "✨creating dev workspace✨"
[ -d $HOME/dev ] && echo "dev workspace already exists" || mkdir $HOME/dev
echo "✨installing latest node & npm✨"
curl -sL https://git.io/n-install | bash -s -- -q
echo "🎉installation complete🎉"
echo "reload bash for the changes to take effect"
echo "reload bash for the changes to take effect"

Loading…
Cancel
Save