bunch of stuff
This commit is contained in:
@@ -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.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user