refactor: streamline plugin management in tmux configuration
This commit is contained in:
Submodule plugins/catppuccin/tmux deleted from 5a1748ebc6
-1
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
-1
Submodule plugins/tpm deleted from 99469c4a9b
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user