Files
omarchy/install/2-identification.sh
David Heinemeier Hansson 165c940df2 A bit more effects
2025-07-25 15:21:36 -04:00

14 lines
461 B
Bash

#!/bin/bash
# Need gum to query for input
yay -S --noconfirm --needed gum python-terminaltexteffects
# Configure identification
clear
tte -i ~/.local/share/omarchy/logo.txt --frame-rate 120 expand
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> ")