Laptop is a script to set up an macOS laptop
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 the script:
curl --remote-name https://raw.githubusercontent.com/piscue/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
Your ~/.laptop.local
is run at the end of the Laptop script.
Put your customizations there.