mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Install TPM
|
|
[[ ! -d ~/.tmux/plugins/tpm ]] && git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
|