Feat(Combava): Start new computer Combava

This commit is contained in:
2019-05-10 18:31:40 +02:00
parent e741939d12
commit 5eab1b8cb2
3 changed files with 43 additions and 0 deletions

View File

@@ -42,14 +42,17 @@
url: https://raw.githubusercontent.com/getantibody/installer/master/install
dest: /tmp/antibody.sh
mode: 0770
when: prompt == "zsh"
- name: Execute the antibody.sh
shell: /tmp/antibody.sh
become: yes
ignore_errors: yes
when: prompt == "zsh"
- name: Remove the antibody.sh
file: path=/tmp/antibody.sh state=absent
when: prompt == "zsh"
- name: Copy local zshrc
template: