A set of scripts to get your ubuntu machine set up as a development machine.
First, install Ubuntu.
Then install:
sudo apt-get install curl
Then, run this one-liner:
bash < <(curl -s https://raw.github.com/rajraj/ubuntu/master/ruby)
Inspired by [https://github.com/thoughtbot/laptop]