mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-09 04:11:33 -05:00
4 lines
238 B
Bash
4 lines
238 B
Bash
echo "gpgconf --launch gpg-agent" >> ~/.zshrc
|
|
echo "export SSH_AUTH_SOCK=$HOME/.gnupg/S.gpg-agent.ssh" >> ~/.zshrc
|
|
echo "enable-ssh-support" >> ~/.gnupg/gpg-agent.conf
|
|
echo "08106E4A223469E096995A44B8EC0E5BB58C643C" >> ~/.gnupg/sshcontrol |