Add gpg to keyring and add gpg-agent.conf

This commit is contained in:
Johannes Rothe 2021-08-31 03:39:51 +02:00
parent e71cf441ca
commit 7f0ebe982c
3 changed files with 7 additions and 1 deletions

View File

@ -7,4 +7,4 @@ if status --is-login
end
end
eval (keychain --eval --agents ssh --quick)
eval (keychain --eval --agents ssh --agents gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C)

View File

@ -0,0 +1,2 @@
default-cache-ttl 10800
maximum-cache-ttl 10800

View File

@ -55,6 +55,7 @@
- '{{home}}/.config/i3status/config'
- '{{home}}/.config/rofi/config'
- '{{home}}/.gitconfig'
- '{{home}}/.gnupg/gpg-agent.conf'
- name: Make sure folders exist
file:
@ -66,6 +67,7 @@
- '{{home}}/.config/rofi/'
- '{{home}}/.ssh/'
- '{{home}}/pictures/shots/'
- '{{home}}/.gnupg/'
- name: Link files
file:
@ -92,3 +94,5 @@
dest: '{{home}}/pictures/wallpaper'
- src: '{{files_dir}}/gitconfig'
dest: '{{home}}/.gitconfig'
- src: '{{files_dir}}/gpg-agent.conf'
dest: '{{home}}/.gnupg/gpg-agent.conf'