From 84c3336b9a5a8c6eb83e39484ff368c4dcf01aab Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Wed, 23 Nov 2022 13:22:43 +0000 Subject: [PATCH] chore: hopefully fix ssh key issue??? --- post-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-install b/post-install index eae4830..6ff4de9 100755 --- a/post-install +++ b/post-install @@ -64,6 +64,9 @@ fi cd ~/git/; pwd gh auth login; +xclip -sel clip ~/.ssh/id_ed25519_git.pub +firefox https://github.com/settings/ssh/new + # after logged into gh