mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: add gpg configurations to dotfiles
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
~/.gitconfig: git/gitconfig
|
~/.gitconfig: git/gitconfig
|
||||||
~/.gitignore: git/gitignore
|
~/.gitignore: git/gitignore
|
||||||
~/.gitmux.conf: tmux/gitmux.conf
|
~/.gitmux.conf: tmux/gitmux.conf
|
||||||
|
~/.gnupg/gpg-agent.conf: gpg/gpg-agent.conf
|
||||||
|
~/.gnupg/gpg.conf: gpg/gpg.conf
|
||||||
~/.hammerspoon: hammerspoon
|
~/.hammerspoon: hammerspoon
|
||||||
~/.pandoc: pandoc
|
~/.pandoc: pandoc
|
||||||
~/.ripgreprc: search/ripgrep
|
~/.ripgreprc: search/ripgrep
|
||||||
|
|||||||
3
gpg/gpg-agent.conf
Normal file
3
gpg/gpg-agent.conf
Normal 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
3
gpg/gpg.conf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
auto-key-retrieve
|
||||||
|
no-emit-version
|
||||||
|
use-agent
|
||||||
Reference in New Issue
Block a user