Files
omarchy/install/3-identification.sh

8 lines
254 B
Bash
Raw Normal View History

#!/bin/bash
2025-07-25 15:30:49 -04:00
show_logo beams 240
show_subtext "Let's install Omarchy!"
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")