From f1369e5ed84084021259c7d331cb979377b48a7e Mon Sep 17 00:00:00 2001 From: sebastian Date: Tue, 22 Apr 2025 07:29:07 +0200 Subject: [PATCH] added tmux plugin manager to ansible bootstrap --- dot_bootstrap/setup.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_bootstrap/setup.yml b/dot_bootstrap/setup.yml index 03832f2..1fa4a86 100644 --- a/dot_bootstrap/setup.yml +++ b/dot_bootstrap/setup.yml @@ -62,3 +62,8 @@ creates: ~/bin/oh-my-posh # Prevents rerunning if already installed become: false # Set to true if you want to install system-wide (adjust path accordingly) + - name: Git checkout + ansible.builtin.git: + repo: 'https://github.com/tmux-plugins/tpm' + dest: ~{{ regular_user }}/.config/tmux/plugins/" +