Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 820 Bytes

Laptop

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.

Mac OS X

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)

Ubuntu

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.