dotfiles/playbooks/roles/zsh/tasks/main.yml
2019-07-30 21:26:50 -04:00

12 lines
221 B
YAML

---
- name: Install antigen
git:
repo: https://github.com/zsh-users/antigen.git
dest: ~/.antigen
- name: Symlink zshrc
file:
src: ~/.dotfiles/zsh/zshrc
dest: ~/.zshrc
state: link
force: yes