chore: gpg import

main
CrimsonTome 2022-11-23 09:02:00 +00:00 committed by Rowan Clark
parent 200733b43c
commit 71cda87810
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 5 additions and 0 deletions

View File

@ -81,4 +81,9 @@ firefox https://github.com/settings/ssh/new
#TODO: do gpg stuff toO #TODO: do gpg stuff toO
# gpg --export --armor KEY > pubkey.asc && gpg --export-secret-keys --armor KEY > privatekey.asc
# scp them to machine ~/keys
[ ! -d ~/keys ] && echo "No keys found" || gpg --import keys/*; echo "GPG keys imported"
gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone; gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone;