mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
added tmux setup for the root user
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user