feat: add git and gnupg config

This commit is contained in:
2024-09-14 15:01:20 +02:00
parent d4136d4129
commit 372087a725
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