Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 558 Bytes

linux setup

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

note

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