Skip to content

Instantly share code, notes, and snippets.

View anupvarghese's full-sized avatar
:octocat:

Anoop Varghese anupvarghese

:octocat:
View GitHub Profile
@anupvarghese
anupvarghese / git-gpg.md
Created December 22, 2016 21:50 — forked from danielmoi/git-gpg.md
my version of gpg on the mac
  1. brew install gnupg2 pinentry-mac (this includes gpg-agent and pinentry)

  2. Generate a key: $ gpg2 --gen-key

  3. Take the defaults. Whatevs

  4. Tell gpg-agent to use pinentry-mac:

    $ vim ~/.gnupg/gpg-agent.conf