From 165c940df2ee25497834685829586c19ab86fc4a Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 15:21:36 -0400 Subject: [PATCH] A bit more effects --- install/2-identification.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/2-identification.sh b/install/2-identification.sh index 38fa1da..bd286ff 100644 --- a/install/2-identification.sh +++ b/install/2-identification.sh @@ -6,6 +6,8 @@ yay -S --noconfirm --needed gum python-terminaltexteffects # Configure identification clear tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 expand -echo -e "\nEnter identification for git and autocomplete..." +echo -e "" +echo "Let's install Omarchy!" | tte --frame-rate 640 wipe +echo -e "" export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ") export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")