Files
omarchy/install/2-identification.sh
2025-07-16 14:19:03 -07:00

10 lines
346 B
Bash

#!/bin/bash
# Need gum to query for input
yay -S --noconfirm --needed gum
# Configure identification
echo -e "\nEnter identification for git and autocomplete..."
export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ")
export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ")