Add installation of Doom Emacs to playbook
Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
de292d018f
commit
55fee79589
2 changed files with 6 additions and 0 deletions
5
playbooks/roles/shell/tasks/emacs.yml
Normal file
5
playbooks/roles/shell/tasks/emacs.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Install Doom Emacs
|
||||
block:
|
||||
- shell: git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||
- shell: ~/.emacs.d/bin/doom install
|
|
@ -14,5 +14,6 @@
|
|||
shell: /bin/zsh
|
||||
|
||||
- include: nvim.yml
|
||||
- include: emacs.yml
|
||||
- include: zsh.yml
|
||||
- include: tmux.yml
|
Loading…
Reference in a new issue