From 6d3442594a236b53a64beb93506107a8bc577ce2 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Wed, 23 Nov 2022 00:00:32 +0000 Subject: [PATCH] chore: setup ssh keys for github manually smh notes for gpg too --- post-install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/post-install b/post-install index 9c3e2c8..b2d6052 100755 --- a/post-install +++ b/post-install @@ -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;