Doing shit while in Linux

Moving away from submodules they still fucking suck. Stealing a bit from
@holman because I love his *.symlink and how he's doing *.local files.
xoxo
This commit is contained in:
Josh Sherman 2016-10-09 22:19:23 -05:00
parent 4e4ab9dbdf
commit 50a1fe9c94
5 changed files with 20 additions and 9 deletions

View file

@ -0,0 +1,9 @@
[user]
name = USER_NAME
email = USER_EMAIL
[github]
user = GITHUB_USER
[credential]
helper = CREDENTIAL_HELPER

View file

@ -1,5 +1,5 @@
[include]
path = ~/.dotfiles/.dotprivate/git/gitconfig
path = ~/.gitconfig.local
[color]
branch = auto
@ -23,6 +23,3 @@
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[credential]
helper = osxkeychain