summaryrefslogtreecommitdiff
path: root/.config/tmux/install_tpm.sh
blob: 921265442607263ff06ce17cbb84d43ebdadc4d1 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env sh

if [ ! -d "$XDG_DATA_HOME/tmux/plugins/tpm" ]; then
	git clone https://github.com/tmux-plugins/tpm "$XDG_DATA_HOME/tmux/plugins/tpm"
	"$XDG_DATA_HOME/tmux/plugins/tpm/bin/install_plugins"
fi