dotfiles/playbooks/roles/shell/tasks/emacs.yml
Matej Focko 2e3be924d2
Use git instead of shell
Signed-off-by: Matej Focko <matej.focko@outlook.com>
2020-10-11 18:40:02 +02:00

8 lines
No EOL
186 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