diff --git a/playbooks/roles/shell/tasks/emacs.yml b/playbooks/roles/shell/tasks/emacs.yml new file mode 100644 index 0000000..1a28aaa --- /dev/null +++ b/playbooks/roles/shell/tasks/emacs.yml @@ -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 \ No newline at end of file diff --git a/playbooks/roles/shell/tasks/main.yml b/playbooks/roles/shell/tasks/main.yml index 3705a9b..eefec81 100644 --- a/playbooks/roles/shell/tasks/main.yml +++ b/playbooks/roles/shell/tasks/main.yml @@ -14,5 +14,6 @@ shell: /bin/zsh - include: nvim.yml +- include: emacs.yml - include: zsh.yml - include: tmux.yml \ No newline at end of file