feat(git): Add gitconfig

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2024-02-27 15:10:00 +01:00
parent f9ee25fc92
commit 9a1b46bcbd
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[user]
name = Noah Knegt
email = git@noahknegt.com
singingkey = /home/noahk/.ssh/id_ed25519.pub
[gpg]
format = ssh
[commit]
gpgSign = true
[tag]
gpgSign = true