14 lines
377 B
YAML
14 lines
377 B
YAML
---
|
|
- name: Configure oh my zsh, by pushing the config file
|
|
ansible.builtin.include_tasks: omz.yaml
|
|
|
|
- name: Configure vim, by pushing the config
|
|
ansible.builtin.include_tasks: vim.yaml
|
|
|
|
- name: Configure ranger, by pushing the config
|
|
ansible.builtin.include_tasks: ranger.yaml
|
|
|
|
- name: Configure Neovim, by pushing the config
|
|
ansible.builtin.include_tasks: nvim.yaml
|
|
|