diff --git a/home/.gitconfig b/home/.gitconfig index 680f714..f018ffc 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -1,5 +1,8 @@ [user] email = PlexSheep@protonmail.com name = PlexSheep + signingkey = software@cscherr.de [credential] helper = store --file ~/.git-credentials +[commit] + gpgsign = true