$HOME/.tmux/plugins/tpm/bin/install_plugins in scripts/20_setup_tmux.sh:24 runs on every make install, making repeat runs unnecessarily slow. Fix: move inside the if [ -n "$DOT_FORCE" ] || [ ! -d … ] block so it only runs when forced or tpm is missing.
$HOME/.tmux/plugins/tpm/bin/install_pluginsinscripts/20_setup_tmux.sh:24 runs on everymake install, making repeat runs unnecessarily slow. Fix: move inside theif [ -n "$DOT_FORCE" ] || [ ! -d … ]block so it only runs when forced or tpm is missing.