dotfiles/ansible/scripts/install_tpm.yml

5 lines
143 B
YAML
Raw Permalink Normal View History

2025-04-06 20:13:27 -05:00
- name: Install tmux TPM
become_user: user
shell: "git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
ignore_errors: yes