Files
dotfiles/run_onchange_before_23_tpm.sh
2026-08-08 16:48:37 +02:00

9 lines
167 B
Bash

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