fix: install tpm on first run

This commit is contained in:
Daniel Bauer
2025-08-02 09:34:40 +02:00
parent f223b1859e
commit 0a4959be81

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
# Install TPM
[[ ! -d ~/.tmux/plugins/tpm ]] && git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
if [[ ! -d ~/.tmux/plugins/tpm ]]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
fi