Skip to content

timcase/laptop

 
 

Repository files navigation

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

About

A shell script which turns your Linux or Mac OS X laptop into an awesome development machine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.4%
  • Ruby 0.6%