.files Preflight Check and install software updates sudo softwareupdate -i -a Install command line tools xcode-select --install Create config and Brewfile cp ./config.example ./config cp ./Brewfile.example ./Brewfile Run ./install.sh Add new bash as a default shell Adding /usr/local/bin/bash to /etc/shells Running chsh -s /usr/local/bin/bash.