summaryrefslogtreecommitdiff
path: root/tasks/tmux.yml
blob: 8863d6495f099942dd7cc69da1e16a44d01d6a49 (plain)
1
2
3
4
5
6
7
- name: Install tmux plugin manager
  ansible.builtin.git:
    repo: 'https://github.com/tmux-plugins/tpm'
    dest: "~/.tmux/plugins/tpm"
    version: master
  tags:
    - tmux