#!/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