Feat(Combava): Start new computer Combava
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user