setup environment and core software on a linux node
run these commands on a new node:
sudo apt-get install -y git-core
git clone [email protected]:yahyavi/linux-setup.git
./linux-setup/setup.sh
a very good source on solarizing color scheme: http://randomartifacts.blogspot.com/2012/10/a-proper-cygwin-environment.html
If setting up a non-login system (normal ubuntu machine), add this line to .bashrc_custom
[ -s $HOME/.nvm/nvm.sh ] && . $HOME/.nvm/nvm.sh # This loads NVM