From 4624d539dc468a8be4f7b4609f2e1933cab07ae2 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 28 Jan 2020 11:35:32 -0600 Subject: [PATCH] gpg config --- apps/gpg/.gitignore | 3 +++ apps/gpg/gpg-agent.conf | 3 +++ setup.bash | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 apps/gpg/.gitignore create mode 100644 apps/gpg/gpg-agent.conf 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"