From 248fb6315964c857d6efce7877e8ec3c6289ba1f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:10:52 +0100 Subject: [PATCH] added a command for updating all tmux plugins when running the bash post-install script --- modules/10-tmux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/10-tmux.sh b/modules/10-tmux.sh index 5671b47..ff30ccb 100644 --- a/modules/10-tmux.sh +++ b/modules/10-tmux.sh @@ -5,4 +5,5 @@ source ./modules/00-library.sh && ensure_git_folder_installed_for_user tmux-plugins/tpm ~/.tmux/plugins/tpm && ensure_git_folder_installed_for_root tmux-plugins/tpm /root/.tmux/plugins/tpm && synchronize_user_folder ./sources/tmux/.tmux.conf ~/ && - synchronize_root_folder ./sources/tmux/.tmux.conf /root + synchronize_root_folder ./sources/tmux/.tmux.conf /root && + ~/.tmux/plugins/tpm/bin/update_plugins all