RyanBalfanz/laptop
A shell script to set up a macOS laptop for web and mobile development.
Usage
Download the script and run it – read it first if you like.
curl --remote-name https://raw.githubusercontent.com/ryanbalfanz/laptop/master/mac
less mac
sh mac 2>&1 | tee laptop.log
Alternatively, use this curl|bash
one-liner if you do not care to examine or modify the script.
curl --remote-name https://raw.githubusercontent.com/ryanbalfanz/laptop/master/mac | sh mac 2>&1 | tee laptop.log