Installer and update script enhancements.

This commit is contained in:
Aaron D. Lee
2025-12-14 21:05:00 -05:00
parent 2e1f1d41bd
commit f095e3bf2a
3 changed files with 146 additions and 12 deletions

View File

@@ -23,7 +23,9 @@ USER_WEBSITE=""
USER_GITHUB=""
# --- Feature Toggles ---
# Set to "true" or "false" to control what gets installed
# Set to "true", "false", or "ask" to control what gets installed
# Use "auto" to skip if already installed (default for deps)
INSTALL_DEPS="auto" # "auto" (skip if installed), "true", "false", or "ask"
INSTALL_ESPANSO="ask" # "true", "false", or "ask"
INSTALL_FZF="ask"
INSTALL_BAT="ask"
@@ -36,7 +38,7 @@ THEME_TIMER_THRESHOLD=10 # Show elapsed time for commands longer than
THEME_PATH_TRUNCATE_LENGTH=32 # Truncate path display after N characters
# --- Espanso Settings ---
ESPANSO_TRIGGER_PREFIX=".." # Prefix for all triggers (e.g., "..date")
ESPANSO_TRIGGER_PREFIX=".." # Prefix for all Aaron D. Lee's normal triggers (e.g., "..date")
# --- Snapper Settings (CachyOS/Arch with btrfs) ---
SNAPPER_CONFIG="root"