From 4a992d5cb690740c605223a47508c294937ce045 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 1 Sep 2025 16:48:58 +0200 Subject: [PATCH] Update setup_git.sh --- setup_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_git.sh b/setup_git.sh index 35c31e5..7331a9d 100755 --- a/setup_git.sh +++ b/setup_git.sh @@ -1,6 +1,6 @@ #!/bin/bash mkdir -p ~/.ssh echo "Get the github key and enter it." && sleep 2 -nvim ~/.ssh/id_github && chmod 600 ~/.ssh/id_github +nano ~/.ssh/id_github && chmod 600 ~/.ssh/id_github echo "alias sg=\"GIT_SSH_COMMAND='ssh -i ~/.ssh/id_github' git clone git@github.com:ascyii/dotfiles.git\"" >> ~/.bashrc git config --global user.name "Jonas Hahn" && git config --global user.email "jonashahn1@gmx.net"