1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-16 14:14:42 -04:00

Create gpg-ssh.sh

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-02 13:37:26 -07:00 committed by GitHub
parent 062989d67d
commit ae75b13d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
gpg-ssh.sh Normal file
View File

@ -0,0 +1,2 @@
echo "gpgconf --launch gpg-agent" >> ~/.zshrc
echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc