mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added tmux setup for the root user
This commit is contained in:
@@ -13,7 +13,11 @@
|
|||||||
clone: true
|
clone: true
|
||||||
single_branch: true
|
single_branch: true
|
||||||
depth: 1
|
depth: 1
|
||||||
- name: Setup TMUX
|
- name: Setup TMUX for the unprivileged user
|
||||||
copy:
|
copy:
|
||||||
src: tmux/tmux.conf
|
src: tmux/tmux.conf
|
||||||
dest: "/$HOME/.tmux.conf"
|
dest: "/$HOME/.tmux.conf"
|
||||||
|
- name: Setup TMUX for the root user
|
||||||
|
copy:
|
||||||
|
src: tmux/tmux.conf
|
||||||
|
dest: "/root/.tmux.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user