diff options
author | Nikolaos Boutalas <nikolaos@boutalas.me> | 2024-01-05 03:50:50 +0200 |
---|---|---|
committer | Nikolaos Boutalas <nikolaos@boutalas.me> | 2024-03-17 11:48:24 +0200 |
commit | 7217241c87516875cc6f882a9125403b97bf3e06 (patch) | |
tree | 3ddfc0e0d85d41fe141b87c099f82f676bfac545 /tasks/tmux.yml | |
parent | 77475705a59c9c347e8face58cf17b051f84f63e (diff) |
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 |