Feat(Choux): Add tmuxinator config and update moc conf

This commit is contained in:
2018-11-07 08:48:33 +01:00
parent 64bf0d7a27
commit 1bff3227af
15 changed files with 545 additions and 20 deletions

View File

@@ -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: