feat: add git and gnupg config

This commit is contained in:
transcaffeine 2024-09-14 15:01:20 +02:00
parent d4136d4129
commit 372087a725
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
4 changed files with 34 additions and 0 deletions

18
config/git/gitconfig Normal file
View File

@ -0,0 +1,18 @@
[user]
email = redacted@example.org
name = redacted
signingkey = redacted
[commit]
gpgsign = true
[gpg]
program = /usr/bin/gpg
[rebase]
autostash = true
autosquash = true
[pull]
rebase = true
autostash = true
[format]
pretty = oneline
[alias]
logv = log --pretty=full --show-signature

View File

@ -0,0 +1,5 @@
enable-ssh-support
ignore-cache-for-signing
no-allow-external-cache
pinentry-program /usr/bin/pinentry-qt
allow-loopback-pinentry

10
config/gnupg/gpg.conf Normal file
View File

@ -0,0 +1,10 @@
no-emit-version
no-comments
trusted-key 0xredacted
keyid-format 0xlong
with-fingerprint
with-sig-list
allow-freeform-uid
keyserver hkps://keys.openpgp.org

1
config/gnupg/sshcontrol Normal file
View File

@ -0,0 +1 @@
your_keygrip_here