Dotfiles update 2025-12-25 15:11

This commit is contained in:
Aaron D. Lee
2025-12-25 15:11:05 -05:00
parent e337f624d8
commit 9c3a535297
4 changed files with 1081 additions and 43 deletions

View File

@@ -114,6 +114,17 @@ LIMINE_CONF="/boot/limine.conf"
TW_SESSION_PREFIX="work"
TW_DEFAULT_TEMPLATE="dev"
# ============================================================================
# Tmuxinator Settings
# ============================================================================
TMUXINATOR_ENABLED="auto" # auto, true, false
TMUXINATOR_CONFIG_DIR="$HOME/.config/tmuxinator"
# When both a simple template and tmuxinator project exist with the same name,
# tmuxinator takes precedence. Set to "false" to prefer simple templates.
TW_PREFER_TMUXINATOR="true"
# ============================================================================
# Python Template Settings
# ============================================================================