diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index 5af3e98..78b6128 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -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 diff --git a/gpg/gpg-agent.conf b/gpg/gpg-agent.conf new file mode 100644 index 0000000..55299be --- /dev/null +++ b/gpg/gpg-agent.conf @@ -0,0 +1,3 @@ +pinentry-program /opt/homebrew/bin/pinentry-mac +default-cache-ttl 600 +max-cache-ttl 7200 diff --git a/gpg/gpg.conf b/gpg/gpg.conf new file mode 100644 index 0000000..9752161 --- /dev/null +++ b/gpg/gpg.conf @@ -0,0 +1,3 @@ +auto-key-retrieve +no-emit-version +use-agent