dotfiles/ansible/scripts/install_tpm.yml
2024-08-17 17:51:01 +00:00

4 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