added tmux setup for the root user

This commit is contained in:
aminnairi
2024-01-04 22:56:06 +01:00
parent e5cfa3cb5a
commit 565d2a135d
+5 -1
View File
@@ -13,7 +13,11 @@
clone: true
single_branch: true
depth: 1
- name: Setup TMUX
- name: Setup TMUX for the unprivileged user
copy:
src: tmux/tmux.conf
dest: "/$HOME/.tmux.conf"
- name: Setup TMUX for the root user
copy:
src: tmux/tmux.conf
dest: "/root/.tmux.conf"