Files
omarchy/install/2-identification.sh
2025-06-17 08:53:41 +02:00

8 lines
326 B
Bash

# 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> ")