From 6d90aa67bbcee40edccfbb514bef6cb2e760d4fd Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sat, 2 Aug 2025 09:30:58 +0200 Subject: [PATCH] fix: install tpm on first run --- run_onchange_before_23_tpm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_before_23_tpm.sh b/run_onchange_before_23_tpm.sh index afc4992..789961c 100644 --- a/run_onchange_before_23_tpm.sh +++ b/run_onchange_before_23_tpm.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh # Install TPM -git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +[[ ! -d ~/.tmux/plugins/tpm ]] && git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm