Skip to content

Instantly share code, notes, and snippets.

View hugosenari's full-sized avatar
🌞

Hugo Sena Ribeiro hugosenari

🌞
View GitHub Profile
@thejustinwalsh
thejustinwalsh / git-secret-keybase.sh
Last active November 24, 2022 21:11
Using Keybase.io with git-secret
# install git secret (pick one)
brew install git-secret
sudo apt-get install git-secret
# Import keys into gpg from keybase
export GPG_TTY=$(tty) # Required for passphrase entry on WSL2 and MacOS
keybase pgp export | gpg --import
keybase pgp export --secret | bash -c "gpg --import --allow-secret-key-import"
# Import keys from user you wish to add
@AndersonTorres
AndersonTorres / zig-em-30-minutos.org
Last active May 15, 2025 21:05
Zig em 30 Minutos (Tradução)