2025-07-16 14:19:03 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2025-06-17 08:53:41 +02:00
|
|
|
# Need gum to query for input
|
2025-07-25 15:05:41 -04:00
|
|
|
yay -S --noconfirm --needed gum python-terminaltexteffects
|
2025-06-17 08:53:41 +02:00
|
|
|
|
|
|
|
# Configure identification
|
2025-07-25 15:05:41 -04:00
|
|
|
clear
|
|
|
|
tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 expand
|
2025-07-25 15:21:36 -04:00
|
|
|
echo -e ""
|
|
|
|
echo "Let's install Omarchy!" | tte --frame-rate 640 wipe
|
|
|
|
echo -e ""
|
2025-06-28 10:10:03 -07:00
|
|
|
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
|
|
|
|
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")
|