Remove tmux-workspaces in favor of tmuxinator-only workflow
- Delete tmux-workspaces.zsh and .tmux-templates directory - Remove TW_* config settings from dotfiles.conf - Clean up tmuxinator.zsh (remove import/integration code) - Update README, INSTALL, and REFERENCE docs - Fix editor config: .zshrc now uses DEFAULT_EDITOR from dotfiles.conf Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -108,23 +108,12 @@ SNAPPER_CONFIG="root"
|
||||
LIMINE_CONF="/boot/limine.conf"
|
||||
|
||||
# ============================================================================
|
||||
# Tmux Workspace Settings
|
||||
# ============================================================================
|
||||
|
||||
TW_SESSION_PREFIX="work"
|
||||
TW_DEFAULT_TEMPLATE="dev"
|
||||
|
||||
# ============================================================================
|
||||
# Tmuxinator Settings
|
||||
# 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
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user