dotfiles/git/gitconfig.symlink
Josh Sherman 50a1fe9c94 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
2016-10-09 22:19:23 -05:00

25 lines
310 B
Text

[include]
path = ~/.gitconfig.local
[color]
branch = auto
diff = auto
status = auto
[core]
editor = vim
[diff]
compactionHeuristic = true
rename = copy
[pager]
color = true
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true