- Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install Git
brew install git
- Add SSH Key
ssh-keygen -t ed25519 -C "email@example.com" | pbcopy
- Clone this repo
git clone git@github.com:apledger/Scripts.git
- Run setup script
/bin/bash ~/Scripts/setup.sh