Files
omarchy/install/3-identification.sh
2025-07-25 15:25:39 -04:00

8 lines
244 B
Bash

#!/bin/bash
show_logo
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> ")