5 lines
143 B
YAML
5 lines
143 B
YAML
|
|
- name: Install tmux TPM
|
||
|
|
become_user: user
|
||
|
|
shell: "git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
|
||
|
|
ignore_errors: yes
|