My dotfiles repo.
Some things shouldn't be automated.
Copied from Github's docs on the subject.
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Add the newly generated public key to GitHub and GitLab.
pbcopy < ~/.ssh/id_rsa.pub
You'll need to do this if you want to install the App Store apps.
If you don't need them, you can comment out or delete the lines starting with mas
from dotfiles/Brewfile
.
Just git clone
and run this from within the repository.
bash ./install.sh