All Projects → kickstarter → Laptop

kickstarter / Laptop

Licence: mit
A shell script which turns your OS X laptop into an awesome web development machine

Programming Languages

shell
77523 projects

Laptop

Laptop is a script to set up an OS X computer for web development.

It can be run multiple times on the same machine safely. It installs, upgrades, or skips packages based on what is already installed on the machine.

Install

In a terminal window, run:

curl -Ls https://raw.githubusercontent.com/kickstarter/laptop/master/mac | sh

Debugging

Read through the output to see if you can debug the issue yourself. If not, copy the lines where the script failed into a new GitHub Issue for us. Or, cut & paste the entire output into the issue.

OS X El Capitan (10.11)

You may have problems installing Homebrew for the first time on OS X El Capitan due to permission changes to the /usr directory (within which the Homebrew installation is typically located). See the Homebrew El Capitan troubleshooting instructions for steps to resolve the permissions issues that interfere with Homebrew's installation.

What it sets up

Mac OS X tools:

  • Homebrew for managing operating system libraries.

Unix tools:

  • Git for version control
  • n for managing versions of node JS
  • Rbenv and Ruby Build for managing versions of Ruby
  • Pow for running local web services

It should take less than 15 minutes to install from scratch (depends on your machine), and about 2 seconds for subsequent runs.

Contributing

Edit the mac file. Document in the README.md file. Follow shell style guidelines by using ShellCheck and Syntastic.

brew install shellcheck

Credits

The Kickstarter laptop script is based on and inspired by thoughtbot's laptop script.

License

Original Laptop script © 2011-2016 thoughtbot, inc.

Modifications © Kickstarter, PBC. [LICENSE]: LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].