Migrating stuff over to OSX
This commit is contained in:
parent
311629e01f
commit
f147852215
8 changed files with 148 additions and 83 deletions
17
git/gitconfig
Normal file
17
git/gitconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = Josh Sherman
|
||||
email = josh@gravityblvd.com
|
||||
|
||||
[diff]
|
||||
rename = copy
|
||||
|
||||
[pager]
|
||||
color = true
|
||||
|
||||
[core]
|
||||
editor = /usr/bin/vim
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
status = auto
|
Loading…
Add table
Add a link
Reference in a new issue