From 4103f73de345c1fcb197e7cf2e51cef4bfd13be7 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 23 May 2024 21:01:11 +0200 Subject: [PATCH] Add missing tmux dotfile symlink --- tasks/dotfiles.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 9a39d81..6c9381f 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -34,6 +34,10 @@ src: '{{ ansible_env.HOME }}/dotfiles/.profile', dest: '{{ ansible_env.HOME }}/.profile', } + - { + src: '{{ ansible_env.HOME }}/dotfiles/.tmux.conf', + dest: '{{ ansible_env.HOME }}/.tmux.conf', + } - { src: '{{ ansible_env.HOME }}/dotfiles/.gitignore', dest: '{{ ansible_env.HOME }}/.gitignore',