added missing installation of tmux plugin manager

This commit is contained in:
aminnairi
2024-01-01 13:35:03 +01:00
parent f46a2b9c76
commit 44aef34c91
+8
View File
@@ -4,6 +4,14 @@
pacman:
name: tmux
state: present
- name: Install TPM (Tmux Plugin Manager)
git:
repo: https://github.com/tmux-plugins/tpm
desk: /$HOME/.tmux/plugins/tpm
update: true
clone: true
single_branch: true
depth: 1
- name: Setup TMUX
copy:
src: tmux/tmux.conf