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;