added tmux plugin manager to ansible bootstrap
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user