Tools installed on a fresh Mac
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
git clone https://github.com/tomtucka/Mac-Setup.git
cd Mac-Setup
# edit Brewfile to remove/add things
brew bundle
bash <(curl -fsSL https://raw.githubusercontent.com/tomtucka/dotfiles/main/setup.sh)