Ask for identification as early as possible

This commit is contained in:
David Heinemeier Hansson
2025-06-17 08:53:41 +02:00
parent 2680670af0
commit 7c66ee13a1
3 changed files with 7 additions and 5 deletions

View File

@ -0,0 +1,7 @@
# Need gum to query for input
yay -S --noconfirm --needed gum
# Configure identification
echo "Enter identification for git and autocomplete..."
export OMAKUB_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
export OMAKUB_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")