dotfiles/gitconfig

13 lines
289 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 = spotlight@joscomputing.space
signingkey = CC3F4E0080AC47A3
[commit]
gpgsign = true