bunch of stuff

This commit is contained in:
Ry
2023-02-06 22:32:45 -08:00
8 changed files with 74 additions and 84 deletions

View File

@@ -23,7 +23,6 @@
dest: "{{ pfetch_dest }}"
update: no
- name: Pull doom emacs
become: yes
become_user: opal
@@ -32,10 +31,3 @@
dest: "{{ doom_dest }}"
update: no
- name: Pull yay repo
become: yes
become_user: opal
git:
repo: "{{ yay_repo }}"
dest: "{{ yay_dest }}"
update: no

Binary file not shown.

View File

@@ -17,5 +17,14 @@ docker_compose_dest: /home/opal/code/docker/compose
doom_repo: https://github.com/doomemacs/doomemacs
doom_dest: /home/opal/.config/emacs
init_users:
opal:
name: opal
group: opal
groups: wheel
state: present
shell: /usr/bin/zsh
create_home: true
yay_repo: https://aur.archlinux.org/yay.git
yay_dest: /home/opal/code/repos/yay