Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.8 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.8 KB

Laptop

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.

Requirements

Mac OS X

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".

Linux

We support:

Install

Mac OS X

Read, then run the script:

bash <(curl -s https://raw.github.com/timcase/laptop/master/mac)

Linux

Read, then run the script:

XFCE

bash <(wget -qO- https://raw.github.com/timcase/laptop/master/linux.xfce)

Gnome

bash <(wget -qO- https://raw.github.com/timcase/laptop/master/linux.gnome)

Credits

This was originally forked from thoughtbot

thoughtbot