chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1fbdeb0d21
commit
01225fd44d
169 changed files with 1410 additions and 1690 deletions
roles/user/editors/emacs/tasks
6
roles/user/editors/emacs/tasks/install.yml
Normal file
6
roles/user/editors/emacs/tasks/install.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Install Emacs
|
||||
ansible.builtin.package:
|
||||
name: emacs
|
||||
state: present
|
||||
become: true
|
11
roles/user/editors/emacs/tasks/main.yml
Normal file
11
roles/user/editors/emacs/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Packages
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
tags: install
|
||||
|
||||
- name: Clone Doom Emacs from GitHub
|
||||
ansible.builtin.git:
|
||||
repo: https://github.com/hlissner/doom-emacs
|
||||
dest: ~/.emacs.d
|
||||
depth: 1
|
||||
tags: user-emacs-doom
|
Loading…
Add table
Add a link
Reference in a new issue