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