Laptop is a script to set up a Mac OS X or Linux laptop for Rails development.
NOTE: This is a fork from thoughtbot has been modified for my (Tim Case) own particular tastes, you would be better off using the original project from thoughtbot, check the fork link above.
Install a C compiler:
For Snow Leopard (10.6): use OS X GCC Installer.
For Lion (10.7) or Mountain Lion (10.8): use Command Line Tools for XCode.
For Mavericks (10.9): run sudo xcodebuild -license
and follow the instructions
to accept the XCode agreement. Then run xcode-select --install
in your
terminal and then click "Install".
We support:
- 14.04 LTS: Trusty Tahr,
- 13.10: Saucy Salamander,
- 13.04: Raring Ringtail,
- 12.10: Quantal Quetzal, and
- 12.04 LTS: Precise Pangolin,
- Debian stable (currently wheezy).
- Debian testing (currently jessie).
Read, then run the script:
bash <(curl -s https://raw.github.com/timcase/laptop/master/mac)
Read, then run the script:
bash <(wget -qO- https://raw.github.com/timcase/laptop/master/linux.xfce)
bash <(wget -qO- https://raw.github.com/timcase/laptop/master/linux.gnome)
This was originally forked from thoughtbot