kickstarter/laptop

Name: laptop

Owner: Kickstarter

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

Created: 2016-02-23 22:07:42.0

Updated: 2018-04-27 16:27:37.0

Pushed: 2018-04-05 17:28:05.0

Homepage: null

Size: 398

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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:

 -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:

Unix tools:

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.

 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.