This commit is contained in:
user 2024-08-17 17:51:01 +00:00
parent 2cd1cf5afc
commit 32ffb885fa
8 changed files with 23 additions and 14 deletions

View file

@ -0,0 +1,4 @@
- name: Install tmux TPM
become_user: user
shell: "git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
ignore_errors: yes