Feat(Choux): Add tmuxinator config and update moc conf
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
gem:
|
||||
name: tmuxinator
|
||||
state: latest
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Copy .tmuxinator/
|
||||
copy:
|
||||
src: files/tmuxinator/
|
||||
dest: /home/{{ item.username }}/.tmuxinator/
|
||||
owner: "{{ item.username }}"
|
||||
group: "{{ item.username }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal and not server
|
||||
|
||||
|
||||
- name: Copy local zshrc
|
||||
template:
|
||||
|
Reference in New Issue
Block a user