Reuse ansi art and clear install when we ask for input

This commit is contained in:
David Heinemeier Hansson
2025-07-21 16:22:28 -04:00
parent a7fb87f08b
commit e8c23532b3
4 changed files with 18 additions and 14 deletions

View File

@ -4,6 +4,7 @@
yay -S --noconfirm --needed gum
# Configure identification
source ~/.local/share/omarchy/ansi.sh
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> ")