8 lines
191 B
YAML
8 lines
191 B
YAML
---
|
|
- name: Install Doom Emacs
|
|
block:
|
|
- git:
|
|
repo: https://github.com/hlissner/doom-emacs
|
|
dest: ~/.emacs.d
|
|
depth: 1
|
|
# - shell: ~/.emacs.d/bin/doom install -y
|