From d79e9d68812d105a6ddabc07f790a1e865879f53 Mon Sep 17 00:00:00 2001 From: Niklas Kapelle Date: Wed, 18 Oct 2023 00:44:26 +0200 Subject: [PATCH] updated gitconfig --- .config/git/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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