dotfiles/roles/user/editors/emacs/tasks/main.yml
Matej Focko 01225fd44d
chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:26 +02:00

11 lines
250 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: user-emacs-doom