Laptop is a script to set up a macOS laptop.
Download the script:
curl --remote-name https://raw.githubusercontent.com/blaet/laptop/master/mac
Review the script (avoid running scripts you haven't read!):
less mac
Execute the downloaded script:
sh mac 2>&1 | tee ~/laptop.log
Optionally, review the log:
less ~/laptop.log