dotfiles/git/gitconfig
Josh Sherman 30f4ef428d All kinds of shit
Switching from oh-my-zsh to antigen, adding tmux into the mix along with
tpm
2015-09-26 15:36:15 -04:00

27 lines
331 B
Text

[user]
name = Josh Sherman
email = josh@gravityblvd.com
[github]
user = joshtronic
[color]
branch = auto
diff = auto
status = auto
[core]
editor = vim
[diff]
rename = copy
[pager]
color = true
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true