added tmux plugin manager to ansible bootstrap

This commit is contained in:
sebastian
2025-04-22 07:29:07 +02:00
parent 3a1b0c834e
commit f1369e5ed8

View File

@@ -62,3 +62,8 @@
creates: ~/bin/oh-my-posh # Prevents rerunning if already installed 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) 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/"