From 09c2721e3ea0bf54cc7e7ea50429235e23317319 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 3 Jun 2024 16:27:26 -0700 Subject: [PATCH] Dont want to halt the installation actually It should just be able to fly blind --- install/zzz-git-identification.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 install/zzz-git-identification.sh diff --git a/install/zzz-git-identification.sh b/install/zzz-git-identification.sh deleted file mode 100644 index b34f874..0000000 --- a/install/zzz-git-identification.sh +++ /dev/null @@ -1,4 +0,0 @@ -gum format "# Enter your git credentials" -git config --global user.name "$(gum input --placeholder 'Your name')" -git config --global user.email "$(gum input --placeholder 'Your email address')" -gum format "Thanks!"