Laptop is a set of scripts to get your laptop set up as a development machine.
It should take about 45-60 minutes for everything to install, depending on your machine.
First, install GCC for OS X. (requires OS X 10.6 or higher)
Then, run this one-liner:
bash < <(curl -s https://raw.github.com/railsland/laptop/master/mac)
First, install Ubuntu.
Then, run this one-liner:
bash < <(curl -s https://raw.github.com/railsland/laptop/master/ubuntu)
If you're setting up Ubuntu for one of our workshops, we recommend you also install gEdit for your text editor. You can customize it with these instructions.