mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Ask for identification as early as possible
This commit is contained in:
7
install/2-identification.sh
Normal file
7
install/2-identification.sh
Normal file
@ -0,0 +1,7 @@
|
||||
# Need gum to query for input
|
||||
yay -S --noconfirm --needed gum
|
||||
|
||||
# Configure identification
|
||||
echo "Enter identification for git and autocomplete..."
|
||||
export OMAKUB_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
|
||||
export OMAKUB_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")
|
Reference in New Issue
Block a user