# vim: ft=gitconfig [user] name = Ben Burwell email = ben@benburwell.com signingkey = 666112D967A36ECD {{ if eq .OS "darwin" }} [credential] helper = osxkeychain {{ end }} [color] diff = auto status = auto branch = auto ui = true [core] excludesfile = ~/.gitignore autocrlf = false filemode = false precomposeUnicode = true [apply] whitespace = nowarn [mergetool] keepBackup = false [difftool] prompt = false [help] autocorrect = 1 [push] default = simple [pull] default = simple [help] autocorrect = 0 [filter "lfs"] required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process [gpg] program = gpg [sendemail] from = Ben Burwell envelopeSender = auto smtpuser = smtpserver = {{ if eq .OS "darwin"}}"/usr/local/bin/msmtp"{{ else }}"/usr/bin/msmtp"{{ end }} smtpserveroption = "--account=fastmail" smtpencryption = tls chainreplyto = false confirm = auto annotate = yes [rebase] autoSquash = true [github] user = benburwell [ghi] token = !security find-internet-password -a benburwell -s github.com -l 'ghi token' -w [url "ssh://git@github.com/"] insteadOf = https://github.com/