diff options
Diffstat (limited to 'tasks/tmux.yml')
-rw-r--r-- | tasks/tmux.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tasks/tmux.yml b/tasks/tmux.yml deleted file mode 100644 index 8863d64..0000000 --- a/tasks/tmux.yml +++ /dev/null @@ -1,7 +0,0 @@ -- name: Install tmux plugin manager - ansible.builtin.git: - repo: 'https://github.com/tmux-plugins/tpm' - dest: "~/.tmux/plugins/tpm" - version: master - tags: - - tmux |