diff options
author | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-08-09 02:15:08 +0300 |
---|---|---|
committer | Nikolaos Boutalas <nikolaos@boutalas.me> | 2023-10-31 12:14:51 +0200 |
commit | f20dd96b00dbe3dc5958d8e7dab010fd0f27e09d (patch) | |
tree | 4be4555670a708a30020cae6cf916e455bbc79cb /tasks | |
parent | 2d8782ec3d2a278679dd168ca94285fb265b5669 (diff) |
Configure tmux
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/tmux.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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 |