fix: install tpm on first run

This commit is contained in:
Daniel Bauer
2025-08-02 09:30:58 +02:00
parent ced9a3c088
commit 6d90aa67bb

View File

@@ -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