dotfiles/home/.chezmoiscripts/run_once_after_30_install_tmux_tpm.sh.tmpl

6 lines
110 B
Cheetah
Raw Normal View History

2023-03-31 15:01:41 +00:00
#!/bin/bash
{{ if .shell.tmux }}
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
{{ end }}