Clone and run this on Ubuntu to configure both the machine and your individual development environment
The script does the following: The script will install the following:"
- Oracle JDK 6 and 7 because OpenJDK has intermittent performance issues
- git
- curl
- nvm
- npm
- screen
- jshint
- rlwrap
- emacs and its addons
- Heroku toolbelt
- Standard config files
- Install the Atom editor for HTML5 app development
cd $HOME
sudo apt-get install -y git-core
git clone https://github.com/cherukumilli/setup.git
./setup/setup.sh