Now with more FEATURES (the worth of which who knows, but I like em).

This commit is contained in:
Aaron D. Lee
2025-12-15 16:06:00 -05:00
parent 40d908a7d1
commit 048c9ed8bc
9 changed files with 3177 additions and 0 deletions

View File

@@ -56,6 +56,14 @@ ESPANSO_TRIGGER_PREFIX=".." # Prefix for all triggers (e.g., "..date")
SNAPPER_CONFIG="root"
LIMINE_CONF="/boot/limine.conf"
# --- Advanced Features ---
ENABLE_SMART_SUGGESTIONS="true" # Typo correction and alias suggestions
ENABLE_COMMAND_PALETTE="true" # Ctrl+Space fuzzy launcher
ENABLE_SHELL_ANALYTICS="false" # Track command usage stats
ENABLE_VAULT="true" # Encrypted secrets storage
ENABLE_AUTO_SYNC="false" # Auto-sync dotfiles on shell start
DOTFILES_AUTO_SYNC_CHECK="true" # Check for updates on shell start
# ============================================================================
# Derived URLs (generally don't edit these)
# ============================================================================