From f20dd96b00dbe3dc5958d8e7dab010fd0f27e09d Mon Sep 17 00:00:00 2001 From: Nikolaos Boutalas Date: Wed, 9 Aug 2023 02:15:08 +0300 Subject: Configure tmux --- tasks/tmux.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tasks/tmux.yml (limited to 'tasks/tmux.yml') diff --git a/tasks/tmux.yml b/tasks/tmux.yml new file mode 100644 index 0000000..8863d64 --- /dev/null +++ b/tasks/tmux.yml @@ -0,0 +1,7 @@ +- 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