mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
8 lines
254 B
Bash
8 lines
254 B
Bash
#!/bin/bash
|
|
|
|
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> ")
|