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