/laptop

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

Primary LanguageShellMIT LicenseMIT

Laptop

Laptop is a script to set up an OS X laptop for iOS 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.

Note

This is a fork and We’ve change the script to only install the packages listed here.

Check out Thoughtbots repo for the original

Requirements

We support:

Older versions may work but aren't regularly tested. Bug reports for older versions are welcome.

Install

Download, review, then execute the script:

curl --remote-name https://raw.githubusercontent.com/yaakovgamliel/laptop/master/mac
sh mac 
rm mac

What it sets up

  • Homebrew for managing operating system libraries
  • Mogenarator for managing Core Data stuff
  • ImageMagick for cropping and resizing images
  • Ghostsript for making cute little version numbers in the app’s icon

It should take less than 5 minutes to install (depends on your machine).

Credits

thoughtbot

Laptop is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.

Thank you, contributors!

Contributing

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

brew install shellcheck

License

Laptop is © 2011-2014 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.