1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-16 14:14:42 -04: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