Setup presentation tooling and functions as a separate step

This commit is contained in:
David Heinemeier Hansson
2025-07-25 15:25:39 -04:00
parent 165c940df2
commit 65a5bbad82
5 changed files with 22 additions and 13 deletions

View File

@ -0,0 +1,7 @@
#!/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> ")