summaryrefslogtreecommitdiff
path: root/tasks/tmux.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/tmux.yml')
-rw-r--r--tasks/tmux.yml7
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