add shellrcsnippets/gpg-agent-for-ssh & mention Termux in README
This commit is contained in:
parent
0de553baf1
commit
92aeee2c88
|
@ -1,3 +1,7 @@
|
||||||
# minidotfiles
|
# minidotfiles
|
||||||
|
|
||||||
Dotfiles for user accounts that are not mine, such as single purpouse ones in remote systems.
|
Dotfiles for user accounts that are not mine, such as single purpouse ones
|
||||||
|
in remote systems or lite versions for cases like Termux.
|
||||||
|
|
||||||
|
shellrcsnippets - append to shellrc as needed, the files shouldn't change
|
||||||
|
much
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
Loading…
Reference in New Issue