chore: setup ssh keys for github manually smh

notes for gpg too
main
CrimsonTome 2022-11-23 00:00:32 +00:00 committed by Rowan Clark
parent 474d5cf88f
commit 6d3442594a
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 6 additions and 0 deletions

View File

@ -57,4 +57,10 @@ fi
cd $gitdir;
gh auth login;
# after logged into gh
# set up ssh keys
firefox https://github.com/settings/ssh/new
#TODO: do gpg stuff toO
gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone;