brew install gnupg
brew install pinentry-mac
gpg --full-generate-key
gpg --list-secret-keys --keyid-format LONG
gpg --armor --export 3AA5C34371567BD2 | pbcopy
git config --global user.signingkey 3AA5C34371567BD2
https://help.github.com/articles/generating-a-new-gpg-key/
nvim .gnupg/gpg-agent.conf
pinentry-program /usr/local/bin/pinentry-mac
gpg --export-secret-keys KEY_ID > my-private-key.asc
gpg --import my-private-key.asc