This commit is contained in:
2022-12-17 15:38:25 -08:00
parent ef31614f68
commit 0ce98f4312
5 changed files with 25 additions and 2 deletions

View File

@@ -22,3 +22,20 @@
repo: "{{ pfetch_repo }}"
dest: "{{ pfetch_dest }}"
update: no
- name: Pull doom emacs
become: yes
become_user: opal
git:
repo: "{{ doom_repo }}"
dest: "{{ doom_dest }}"
update: no
- name: Pull yay repo
become: yes
become_user: opal
git:
repo: "{{ yay_repo }}"
dest: "{{ yay_dest }}"
update: no

View File

@@ -13,3 +13,9 @@ pfetch_dest: /home/opal/code/repos/pfetch
docker_compose_repo: https://codeberg.org/opalvaults/docker-compose.git
docker_compose_dest: /home/opal/code/docker/compose
doom_repo: https://github.com/doomemacs/doomemacs
doom_dest: /home/opal/.config/emacs
yay_repo: https://aur.archlinux.org/yay.git
yay_dest: /home/opal/code/repos/yay