From d57b617d2dc6f246084518ffa17a2cbe39ea9f84 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Tue, 22 Nov 2022 20:59:06 +0000 Subject: [PATCH] chore: github repos --- post-install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/post-install b/post-install index f59ad66..fc2401c 100755 --- a/post-install +++ b/post-install @@ -40,3 +40,8 @@ elif [[ $os == "Fedora" ]]; then else echo "OS not yet supported" fi + +cd $gitdir +gh auth login +# after logged into gh +gh repo list --limit 100 |awk '{print $1}' | xargs -L1 gh repo clone \ No newline at end of file