5 lines
163 B
YAML
5 lines
163 B
YAML
|
---
|
||
|
- name: Install Doom Emacs
|
||
|
block:
|
||
|
- shell: git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||
|
- shell: ~/.emacs.d/bin/doom install
|