1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-11-09 12:21:33 -05:00
macOS-Setup-Script/gpg-ssh.sh

3 lines
115 B
Bash
Raw Normal View History

echo "gpgconf --launch gpg-agent" >> ~/.zshrc
echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc