dotfiles/gitconfig
2018-01-11 20:03:00 -06:00

13 lines
283 B
Text

[gpg]
program = /usr/local/MacGPG2/bin/gpg
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[user]
name = Spotlight
email = awesomebing1@gmail.com
signingkey = CC3F4E0080AC47A3
[commit]
gpgsign = true