Fix 20_setup_tmux.sh: only run install_plugins when tpm is installed/updated#90
Conversation
…updated Moves `install_plugins` inside the DOT_FORCE/tpm-missing guard so it only runs when tpm is freshly cloned or a force-reinstall is requested, rather than on every `make install`. Closes #81
|
@claude - note this would move the command behind a check against "$DOT_FORCE". What is that being used for? Is the flag still being actively set anywhere? |
|
Claude finished @jangroth's task in 29s —— View job Analysis of
|
Summary
install_pluginswas called unconditionally on everymake install, making repeat runs slowDOT_FORCE/tpm-missing guard so it only runs when tpm is freshly cloned or a force-reinstall is requestedTest plan
make installtwice back-to-back — second run should skip plugin installationDOT_FORCE=true make install— should clone tpm and runinstall_pluginsmake installafter deleting~/.tmux/plugins/tpm— should clone tpm and runinstall_pluginsCloses #81
Generated by Claude Code