refactor: streamline plugin management in tmux configuration
This commit is contained in:
@@ -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