Add basic tmux config
This commit is contained in:
parent
b5556712cd
commit
271d1a4356
2 changed files with 7 additions and 0 deletions
|
|
@ -20,3 +20,8 @@
|
|||
src: dotfiles/screenrc
|
||||
dest: /etc/screenrc
|
||||
mode: 0644
|
||||
- name: copy tmux.conf
|
||||
copy:
|
||||
src: dotfiles/tmux.conf
|
||||
dest: /etc/tmux.conf
|
||||
mode: 0644
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue