dotfiles/roles/editor_emacs/tasks/main.yml
Matej Focko a11b009120
chore: rename ‹editor› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:08:45 +01:00

11 lines
245 B
YAML

---
- name: Packages
ansible.builtin.include_tasks: install.yml
tags: install
- name: Clone Doom Emacs from GitHub
ansible.builtin.git:
repo: https://github.com/hlissner/doom-emacs
dest: ~/.emacs.d
depth: 1
tags: emacs/doom