A simple script that brings macOS system to a desired state. May be useful to run after a fresh installation or on a regular basis to reconcile the OS.
Basically, the script tweaks the OS and installs and updates apps and packages.
-
Open Terminal app.
-
Install Homebrew
-
Install a fresh version of bash to replace outdated macOS builtin bash:
brew install bash
-
Run bootstrap with the profile name:
./bootstrap <PROFILE_NAME>
Run bootstrap, the profile name is optional:
./bootstrap [PROFILE_NAME]
docs directory contains some useful info on advanced macOS topics.