This repository contains the dotfiles to isntall when on a new mac, as well as a script to install and configure the mac with the following:
- List TBD
Step 1: Dotfiles ----------------
-
Log into GitHub
Check to see if your keys exist. If not, then generate new SSH Keys:
ssh-keygen -t rsa -C "yourname@yourdomain.ext"
- Add SSH key to GitHub
Copy the key then add it under GitHub Settings/SSH and GPG keys.
pbcopy < ~/.ssh/id_rsa.pub
- Create Sites Folder
mkdir ~/Sites && cd ~/Sites
and clone the dotfiles repo into Sites folder (you may be prompted to install command line tools).
git clone git@github.com:brschwar/dotfiles.git
Step 2: Setup Script --------------------
Run script to setup Mac
- Script TBD