beporter's Mac Bootstrapping Script

A pure bash script to install all the dotfiles, apps, preferences, license keys, etc. that can possibly be automated in order to document and speed up the prep of a new Mac workstation.

Run this on a new machine

COMPUTER_NAME=MacSomething bash <(curl -sSLf prep.beporter.dev)

Check the published script version

curl -sSL prep.beporter.dev | grep '^SCRIPT_VERSION='

View/Download the bash script itself

mac_bootstrap.sh