gpg config

This commit is contained in:
Daniel Flanagan 2020-01-28 11:35:32 -06:00
parent 4fe01b54bb
commit 4624d539dc
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 9 additions and 0 deletions

3
apps/gpg/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!gpg-agent.conf

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

@ -0,0 +1,3 @@
pinentry-program /usr/bin/pinentry-tty
max-cache-ttl 60480000
default-cache-ttl 60480000

View File

@ -69,6 +69,9 @@ links=(
# libinput configuration
"$dfp/apps/de/libinput/gestures.conf" "$XDG_CONFIG_HOME/libinput-gestures.conf"
# gpg config
"$dfp/apps/gpg/" "$HOME/.gnupg"
# document viewer
"$dfp/apps/zathura/" "$XDG_CONFIG_HOME/zathura"