- 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 protected]" | pbcopy
- Clone this repo
git clone [email protected]:apledger/Scripts.git
- Run setup script
/bin/bash ~/Scripts/setup.sh