You'll want to install the following items first:
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
echo "Host *\n AddKeysToAgent yes\n IdentityFile ~/.ssh/id_ed25519" >> ~/.ssh/config # run this only if ~/.ssh/config doesn't already exist
ssh-add -K ~/.ssh/id_ed25519
Then add the ssh key to your GitHub account.
You may also want to install the Solarized Dark Higher Contrast iTerm color scheme.
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
Then add the ssh key to your GitHub account.
Clone the repo into the home directory using
git clone https://github.com/ddbourgin/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
and then
./install