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/" +