Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 366 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 366 Bytes

Setup steps

  1. Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

  1. Install Git

brew install git

  1. Add SSH Key

ssh-keygen -t ed25519 -C "email@example.com" | pbcopy

  1. Clone this repo

git clone git@github.com:apledger/Scripts.git

  1. Run setup script

/bin/bash ~/Scripts/setup.sh