Doom emacs installation
This commit is contained in:
parent
beb09ad157
commit
90e0e06ae0
@ -3,6 +3,7 @@
|
||||
## Tags
|
||||
|
||||
| Tag | Explaination |
|
||||
| -------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| --------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||
| first | Enable multilib repo. Only required the first time, later finished runs are already configured with the `config` role |
|
||||
| packages | Install required packages |
|
||||
| doomemacs | Download and install Doom Emacs |
|
||||
|
@ -197,3 +197,15 @@
|
||||
# - btrfsmaintenance # AUR
|
||||
tags: packages
|
||||
become: true
|
||||
|
||||
- name: Clone doom emacs
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/SillyTavern/SillyTavern
|
||||
dest: "~/.config/emacs"
|
||||
depth: 1
|
||||
tags: doomemacs
|
||||
|
||||
- name: Install doom emacs
|
||||
ansible.builtin.shell:
|
||||
cmd: "~/.config/emacs/bin/doom install"
|
||||
tags: doomemacs
|
||||
|
Loading…
Reference in New Issue
Block a user