Skip to content

Instantly share code, notes, and snippets.

View salverde's full-sized avatar

salomonic salverde

View GitHub Profile
@ericboehs
ericboehs / adding-for-the-first-time.sh
Last active February 19, 2021 15:03
Keybase.io + GitHub Verified Commits + macOS Keychain
# Install keybase and pinentry-mac
brew update
brew install keybase pinentry-mac
# Create a Keybase.io account and key
keybase signup
# Or if you have an account
keybase login
@turingbirds
turingbirds / GNUPG Cheatsheet.md
Last active May 30, 2024 14:35
GPG (GNUPG) Cheatsheet

GNUPG CHEATSHEET

Setting up: key generation

This generates a public/private keypair.

$ gpg --gen-key

$ gpg --list-secret-keys