dotfiles/playbooks/roles/common/tasks/main.yml
Anthony Cicchetti 69b3c9a373 Added tmux stuff
2018-11-23 14:56:52 -05:00

19 lines
328 B
YAML

---
- import_tasks: anyenv.yml
- import_tasks: neovim.yml
- import_tasks: rust.yml
- import_tasks: tmux.yml
- 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