Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 555 Bytes

bicpi's dotfiles

Forked from Mathias Bynens. Also inspired by Zach Holman.

OSX installation

Install XCode from AppStore. Then execute:

$ ./osx_install.sh

For SSH key generation execute (replace comment with your email!):

$ ssh-keygen -t rsa -C '[email protected]'
#  [ follow prompts ]
$ pbcopy < ~/.ssh/id_rsa.pub

For Git configuration copy template ...

$ cp .gitconfig.local.example ~/.gitconfig.local

... and fill in your name and email.