feat: add git and gnupg config
This commit is contained in:
parent
d4136d4129
commit
372087a725
18
config/git/gitconfig
Normal file
18
config/git/gitconfig
Normal 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
|
5
config/gnupg/gpg-agent.conf
Normal file
5
config/gnupg/gpg-agent.conf
Normal 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
10
config/gnupg/gpg.conf
Normal 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
1
config/gnupg/sshcontrol
Normal file
@ -0,0 +1 @@
|
|||||||
|
your_keygrip_here
|
Loading…
Reference in New Issue
Block a user