refactor: streamline plugin management in tmux configuration

This commit is contained in:
2024-12-10 10:06:36 -05:00
parent 70da64e637
commit e60c9df11a
11 changed files with 4 additions and 10 deletions
Submodule plugins/catppuccin/tmux deleted from 5a1748ebc6
Submodule plugins/tmux deleted from 5a1748ebc6
Submodule plugins/tmux-battery deleted from 48fae59ba4
Submodule plugins/tmux-bitwarden deleted from 5b1b668cb3
Submodule plugins/tmux-cpu deleted from bcb110d754
Submodule plugins/tmux-cpu-info deleted from 349d4ee210
Submodule plugins/tmux-resurrect deleted from cff343cf9e
Submodule plugins/tmux-sensible deleted from 25cb91f42d
Submodule plugins/tmux-weather deleted from 28a5fbe75b
Submodule plugins/tpm deleted from 99469c4a9b
+4
View File
@@ -117,6 +117,10 @@ set -ag status-right "#{E:@catppuccin_status_session}"
# Allow passthrough for neovim
set-option -g allow-passthrough on
# Bootstrap TMUX plugin manager
if "test ! -d ~/.config/tmux/plugins/tpm" \
"run 'git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm && ~/.config/tmux/plugins/tpm/bin/install_plugins'"
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'