added a command for updating all tmux plugins when running the bash post-install script

This commit is contained in:
aminnairi
2026-03-18 22:10:52 +01:00
parent 761b63cc26
commit 248fb63159
+2 -1
View File
@@ -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