Cleaner seperation

This commit is contained in:
David Heinemeier Hansson
2025-06-17 10:04:08 +02:00
parent 8b31902909
commit fe9030f6c5
2 changed files with 3 additions and 4 deletions

View File

@ -2,6 +2,6 @@
yay -S --noconfirm --needed gum
# Configure identification
echo "Enter identification for git and autocomplete..."
echo "\nEnter 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> ")