Refactor to include non-dotfile files.

This commit is contained in:
David Tomaschik
2015-09-03 18:02:48 -07:00
parent 562697a2a7
commit 5577ee29b4
49 changed files with 17 additions and 4 deletions

15
dotfiles/gitconfig Normal file
View File

@@ -0,0 +1,15 @@
[user]
name = David Tomaschik
email = david@systemoverlord.com
[push]
default = current
[core]
excludesfile = ~/.gitignore
[web]
browser = chrome
[github]
user = matir
[url "https://github.com/"]
insteadOf = github://
[url "ssh://git@github.com/"]
pushInsteadOf = github://