echo 'Set macOS defaults...' bash <(curl -s https://gist.github.com/spuder/e5f55f11cf4cbb4e4d175b34ff94e202/raw/23a66d7331cec15562c8af7f94cad13e6505bf61/defaults.sh) echo 'Install base macOS software' /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile eval "$(/opt/homebrew/bin/brew shellenv)" brew analytics off export HOMEBREW_NO_ANALYTICS=1 cd ~ curl https://gist.github.com/spuder/e5f55f11cf4cbb4e4d175b34ff94e202/raw/23a66d7331cec15562c8af7f94cad13e6505bf61/Brewfile -o Brewfile brew bundle rm Brewfile echo 'Finished. Some changes require a restart to take effect.'