From c68dbe9f1d20b65bf3a27297ac52206f71951c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Jun 2025 16:46:40 +0200 Subject: [PATCH] fix(tmux): bootstrap the tpm plugin --- .config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 290f6f20..ecf7fd4f 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -3,6 +3,11 @@ source-file ~/.config/tmux/conf/plugins.conf source-file ~/.config/tmux/conf/binds.conf source-file ~/.config/tmux/conf/options.conf +# Bootstrap TPM +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' # Padding for the status bar (Need to put it here to work correctly)