Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 302 Bytes

Set up git

Create and add SSH/GPG keys to GitHub

https://github.com/settings/keys

Add sensitive git credentials to .gitconfig.local

$ cp git/.gitconfig.local.sample git/.gitconfig.local

Add repo

$ git init
$ git remote origin git@github.com:pruett/dotfiles.git