From b0216050d25898325a3fa42b57fe8b8272507ef2 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Wed, 23 Nov 2022 13:53:31 +0000 Subject: [PATCH] fix: ssh keys --- post-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-install b/post-install index 6ff4de9..a7e7e67 100755 --- a/post-install +++ b/post-install @@ -22,7 +22,7 @@ mkdir -p ~/.config/ mkdir -p ~/bin/ # create an ssh key, for use with git/github -ssh-keygen -t ed25519 -f "/home/`whoami`/.ssh/id_ed25519_git" -N '' +ssh-keygen -t ed25519 -N '' setup_config() { cd ~ @@ -64,7 +64,7 @@ fi cd ~/git/; pwd gh auth login; -xclip -sel clip ~/.ssh/id_ed25519_git.pub +xclip -sel clip ~/.ssh/id_ed25519.pub firefox https://github.com/settings/ssh/new # after logged into gh