Files
omarchy/install/2-identification.sh

11 lines
384 B
Bash
Raw Normal View History

#!/bin/bash
# Need gum to query for input
yay -S --noconfirm --needed gum
# Configure identification
source ~/.local/share/omarchy/ansi.sh
2025-06-17 10:05:19 +02:00
echo -e "\nEnter identification for git and autocomplete..."
2025-06-28 10:10:03 -07:00
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")