2023-08-27 11:43:02 +02:00
|
|
|
---
|
|
|
|
- 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
|
2023-08-30 15:10:39 +02:00
|
|
|
tags: emacs/doom
|