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.
This is a fork and We’ve change the script to only install the packages listed here.
Check out Thoughtbots repo for the original
We support:
Older versions may work but aren't regularly tested. Bug reports for older versions are welcome.
Download, review, then execute the script:
curl --remote-name https://raw.githubusercontent.com/yaakovgamliel/laptop/master/mac
sh mac
rm mac
- 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).
Laptop is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
Thank you, contributors!
Edit the mac
file.
Document in the README.md
file.
Follow shell style guidelines by using ShellCheck and Syntastic.
brew install shellcheck
Laptop is © 2011-2014 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the LICENSE file.