Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 738 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 738 Bytes

Laptop

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

Download, review, then execute the script:

curl --remote-name https://raw.githubusercontent.com/pvertenten/laptop/master/mac
less mac
sh mac 2>&1 | tee ~/laptop.log

Debugging

Your last Laptop run will be saved to ~/laptop.log. Read through it 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, attach the whole log file as an attachment.