This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Before this please install zsh and oh-my-zsh | |
apt-get install curl | |
#curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash - | |
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - | |
sudo apt-get install -y nodejs vim htop git gitg | |
sudo add-apt-repository ppa:chris-lea/node.js |