echo 'Set macOS defaults...' bash <(curl -s https://gist.github.com/markusand/d7fb2b097c7e1efc199b1b44c4f99e6b/raw/c9923d9d9e2c086a89f90022cd5f0e2e32547ff7/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)" cd ~ curl https://gist.github.com/markusand/d7fb2b097c7e1efc199b1b44c4f99e6b/raw/86b3911d5dc027e1b02fe2481d5e8537d28bf6f8/Brewfile -o Brewfile brew bundle echo 'Finished. Some changes require a restart to take effect.'