Added tmux config
This commit is contained in:
@@ -110,6 +110,9 @@
|
||||
become: yes
|
||||
become_user: "{{ standard_user }}"
|
||||
|
||||
- name: Replace tmux config
|
||||
template: src=../roles/developer-machine/templates/tmux.conf.j2 dest=/home/{{ standard_user }}/.tmux.conf
|
||||
|
||||
- name: Creates directory
|
||||
file: path=/raw-files state=directory
|
||||
|
||||
|
||||
1
roles/developer-machine/templates/tmux.conf.j2
Normal file
1
roles/developer-machine/templates/tmux.conf.j2
Normal file
@@ -0,0 +1 @@
|
||||
set-window-option -g utf8 on
|
||||
Reference in New Issue
Block a user