diff --git a/install.sh b/install.sh index ed75ee82..4b92fb92 100755 --- a/install.sh +++ b/install.sh @@ -64,7 +64,6 @@ source $OMARCHY_INSTALL/preflight/migrations.sh # Configuration show_logo beams 240 show_subtext "Let's install Omarchy!" -source $OMARCHY_INSTALL/config/identification.sh source $OMARCHY_INSTALL/config/config.sh source $OMARCHY_INSTALL/config/branding.sh source $OMARCHY_INSTALL/config/detect-keyboard-layout.sh diff --git a/install/config/identification.sh b/install/config/identification.sh deleted file mode 100644 index da63ebbe..00000000 --- a/install/config/identification.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -[ -z "$OMARCHY_USER_NAME" ] && - export OMARCHY_USER_NAME=$(gum input --placeholder "Enter full name" --prompt "Name> ") - -[ -z "$OMARCHY_USER_EMAIL" ] && - export OMARCHY_USER_EMAIL=$(gum input --placeholder "Enter email address" --prompt "Email> ") - -echo # Ensure we end with a positive exit