diff --git a/.config/git/config b/.config/git/config index 5403b0f..9e4cfae 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,7 @@ [user] - name = Djeeberjr - email = djeeberjr@gmail.com + name = Niklas Kapelle + email = niklas@kapelle.org + signingkey = 4EB651B36D841D16 [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f @@ -18,3 +19,5 @@ [interactive] diffFilter = delta --color-only +[commit] + gpgsign = true