Files
omarchy/install/2-identification.sh
David Heinemeier Hansson fcaf61162c Won't be set in that shell
2025-07-04 16:20:30 -07:00

8 lines
333 B
Bash

# Need gum to query for input
yay -S --noconfirm --needed gum
# Configure identification
echo -e "\nEnter identification for git and autocomplete..."
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")