From 7217241c87516875cc6f882a9125403b97bf3e06 Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Fri, 5 Jan 2024 03:50:50 +0200 Subject: Minor changes --- tasks/tmux.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tasks/tmux.yml (limited to 'tasks/tmux.yml') 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 -- cgit v1.2.3