Files
dotfiles/run_onchange_before_23_tpm.sh
2025-08-02 09:34:40 +02:00

7 lines
148 B
Bash

#!/usr/bin/env bash
# Install TPM
if [[ ! -d ~/.tmux/plugins/tpm ]]; then
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
fi