Skip to content

Instantly share code, notes, and snippets.

@catcarbon
Last active March 8, 2019 07:18
Show Gist options
  • Save catcarbon/b44e9fee29f3beb73b953b8b3b702359 to your computer and use it in GitHub Desktop.
Save catcarbon/b44e9fee29f3beb73b953b8b3b702359 to your computer and use it in GitHub Desktop.
GnuPG Setup
enable-ssh-support
pinentry-program /usr/local/bin/pinentry
default-cache-ttl 60
max-cache-ttl 120
GPG_TTY=$(tty)
export GPG_TTY
if [[ ! -a $SSH_AUTH_SOCK ]]; then
eval "$(gpg-agent --daemon --options ~/.gnupg/gpg-agent.conf)"
fi
@catcarbon
Copy link
Author

Added extension for highlighting 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment