dotfiles/playbooks/roles/common/tasks/main.yml
2018-11-12 14:38:19 -05:00

18 lines
293 B
YAML

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