Dotfiles update 2025-12-24 17:36

This commit is contained in:
Aaron D. Lee
2025-12-24 17:36:41 -05:00
parent b52a55b5e8
commit b12a5a7b0f
7 changed files with 1354 additions and 177 deletions

View File

@@ -43,7 +43,7 @@ SET_ZSH_DEFAULT="ask"
# --- MOTD (Message of the Day) ---
ENABLE_MOTD="true"
MOTD_STYLE="compact"
MOTD_STYLE="compact" # compact, mini, full, or none
# --- Theme Settings ---
ZSH_THEME_NAME="adlee"
@@ -51,11 +51,11 @@ THEME_TIMER_THRESHOLD=10
THEME_PATH_TRUNCATE_LENGTH=32
# --- Advanced Features ---
ENABLE_SMART_SUGGESTIONS="true" # Typo correction
ENABLE_COMMAND_PALETTE="true" # Ctrl+Space launcher
ENABLE_SHELL_ANALYTICS="false" # Command usage stats
ENABLE_VAULT="true" # Encrypted secrets storage
DOTFILES_AUTO_SYNC_CHECK="true" # Check for updates on shell start
ENABLE_SMART_SUGGESTIONS="true" # Typo correction
ENABLE_COMMAND_PALETTE="true" # Ctrl+Space launcher
ENABLE_SHELL_ANALYTICS="false" # Command usage stats
ENABLE_VAULT="true" # Encrypted secrets storage
DOTFILES_AUTO_SYNC_CHECK="true" # Check for updates on shell start
# --- Snapper Settings (Arch/CachyOS only) ---
SNAPPER_CONFIG="root"
@@ -77,6 +77,30 @@ SSH_AUTO_TMUX="true"
SSH_TMUX_SESSION_PREFIX="ssh"
SSH_SYNC_DOTFILES="ask"
# ============================================================================
# Btrfs Helpers (btrfs-helpers.zsh)
# ============================================================================
# Default mount point for btrfs commands
BTRFS_DEFAULT_MOUNT="/"
# ============================================================================
# Systemd Helpers (systemd-helpers.zsh)
# ============================================================================
# Show failed services count in MOTD
MOTD_SHOW_FAILED_SERVICES="true"
# ============================================================================
# Package Manager
# ============================================================================
# Show available updates in MOTD
MOTD_SHOW_UPDATES="true"
# Preferred AUR helper: paru, yay, or auto (auto-detect)
AUR_HELPER="auto"
# ============================================================================
# Derived URLs (generally don't edit these)
# ============================================================================