mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
7 lines
148 B
Bash
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
|