diff --git a/apps/gpg/.gitignore b/apps/gpg/.gitignore new file mode 100644 index 0000000..e4c06c1 --- /dev/null +++ b/apps/gpg/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!gpg-agent.conf diff --git a/apps/gpg/gpg-agent.conf b/apps/gpg/gpg-agent.conf new file mode 100644 index 0000000..90d709e --- /dev/null +++ b/apps/gpg/gpg-agent.conf @@ -0,0 +1,3 @@ +pinentry-program /usr/bin/pinentry-tty +max-cache-ttl 60480000 +default-cache-ttl 60480000 diff --git a/setup.bash b/setup.bash index 3fbcc3f..f079d0f 100755 --- a/setup.bash +++ b/setup.bash @@ -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"