aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-11-21 23:05:28 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-11-21 23:05:28 +0100
commit51014d8ea8442e2e5cfb8e27b75bd7b7a3c70d18 (patch)
treef1baf2fd09f217e81127da744d1e35c1f817da50
parent0b867b70434e9dbe508599af83d2a417c741f4c9 (diff)
downloaddotfiles-51014d8ea8442e2e5cfb8e27b75bd7b7a3c70d18.tar.gz
gpg-agent
-rw-r--r--gpg-agent.conf5
-rwxr-xr-xinstall.sh1
2 files changed, 6 insertions, 0 deletions
diff --git a/gpg-agent.conf b/gpg-agent.conf
new file mode 100644
index 0000000..60bd37f
--- /dev/null
+++ b/gpg-agent.conf
@@ -0,0 +1,5 @@
+default-cache-ttl 300
+max-cache-ttl 1800
+
+pinentry-program /usr/bin/pinentry-rofi
+grab
diff --git a/install.sh b/install.sh
index 90ac859..8554980 100755
--- a/install.sh
+++ b/install.sh
@@ -22,6 +22,7 @@ CONFIGS=( ["sway"]=".config"
[".Xresources"]="."
[".radare2rc"]="."
[".bash_profile"]="."
+ ["gpg-agent.conf"]=".gnupg"
)
declare -A SETS