chore: add gpg configurations to dotfiles

This commit is contained in:
Stefan Imhoff
2024-02-06 17:52:06 +01:00
parent 31906943dd
commit 663232c060
3 changed files with 8 additions and 0 deletions

View File

@@ -45,6 +45,8 @@
~/.gitconfig: git/gitconfig
~/.gitignore: git/gitignore
~/.gitmux.conf: tmux/gitmux.conf
~/.gnupg/gpg-agent.conf: gpg/gpg-agent.conf
~/.gnupg/gpg.conf: gpg/gpg.conf
~/.hammerspoon: hammerspoon
~/.pandoc: pandoc
~/.ripgreprc: search/ripgrep

3
gpg/gpg-agent.conf Normal file
View File

@@ -0,0 +1,3 @@
pinentry-program /opt/homebrew/bin/pinentry-mac
default-cache-ttl 600
max-cache-ttl 7200

3
gpg/gpg.conf Normal file
View File

@@ -0,0 +1,3 @@
auto-key-retrieve
no-emit-version
use-agent