Doom emacs installation
This commit is contained in:
parent
beb09ad157
commit
90e0e06ae0
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
|
|
||||||
| Tag | Explaination |
|
| Tag | Explaination |
|
||||||
| -------- | --------------------------------------------------------------------------------------------------------------------- |
|
| --------- | --------------------------------------------------------------------------------------------------------------------- |
|
||||||
| first | Enable multilib repo. Only required the first time, later finished runs are already configured with the `config` role |
|
| first | Enable multilib repo. Only required the first time, later finished runs are already configured with the `config` role |
|
||||||
| packages | Install required packages |
|
| packages | Install required packages |
|
||||||
|
| doomemacs | Download and install Doom Emacs |
|
||||||
|
@ -197,3 +197,15 @@
|
|||||||
# - btrfsmaintenance # AUR
|
# - btrfsmaintenance # AUR
|
||||||
tags: packages
|
tags: packages
|
||||||
become: true
|
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