chore: change ssh keygen

main
CrimsonTome 2022-11-23 10:08:28 +00:00 committed by Rowan Clark
parent 9e30a75c85
commit 6b52336e7f
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ mkdir -p ~/.config/
mkdir -p ~/bin/
# create an ssh key, for use with git/github
ssh-keygen -t ed25519 -f "~/.ssh/id_ed25519_git" -N ''
ssh-keygen -t ed25519 -f "/home/`whoami`/.ssh/id_ed25519_git" -N ''
setup_config()
{
cd ~