mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02:00
8 lines
331 B
Bash
8 lines
331 B
Bash
# Need gum to query for input
|
|
yay -S --noconfirm --needed gum
|
|
|
|
# Configure identification
|
|
echo -e "\nEnter 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> ")
|