Add gpg to keyring and add gpg-agent.conf
This commit is contained in:
parent
e71cf441ca
commit
7f0ebe982c
@ -7,4 +7,4 @@ if status --is-login
|
||||
end
|
||||
end
|
||||
|
||||
eval (keychain --eval --agents ssh --quick)
|
||||
eval (keychain --eval --agents ssh --agents gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C)
|
||||
|
2
roles/dotfiles/files/gpg-agent.conf
Normal file
2
roles/dotfiles/files/gpg-agent.conf
Normal file
@ -0,0 +1,2 @@
|
||||
default-cache-ttl 10800
|
||||
maximum-cache-ttl 10800
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user