Public repo with my setup for a new machine
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew --version
brew doctor
brew update
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
git
eval "$(/opt/homebrew/bin/brew shellenv)"
cd ~
git clone https://github.com/centur/dotfiles dotfiles
bash ./dotfiles/setup-macos.sh
brew bundle --file ./dotfiles/Brewfile
bash ./dotfiles/setup-shell.sh