From 44aef34c918b014e45563b86a397e317841fb0fc Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:35:03 +0100 Subject: [PATCH] added missing installation of tmux plugin manager --- ansible/roles/tmux/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ansible/roles/tmux/tasks/main.yml b/ansible/roles/tmux/tasks/main.yml index 73b3ce0..f480d4b 100644 --- a/ansible/roles/tmux/tasks/main.yml +++ b/ansible/roles/tmux/tasks/main.yml @@ -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