25 lines
599 B
YAML
25 lines
599 B
YAML
---
|
|
dotfiles_repo: https://codeberg.org/opalvaults/opalfiles.git
|
|
dotfiles_dest: ~/opalfiles
|
|
|
|
cookbook_repo: https://codeberg.org/opalvaults/opalfiles.git
|
|
cookbook_dest: ~/projects/sysadmin-cookbook
|
|
|
|
doom_emacs_repo: https://github.com/doomemacs/doomemacs
|
|
doom_emacs_dest: /home/opal/.config/emacs
|
|
doom_emacs_install_cmd: /home/opal/.config/emacs/bin/doom -y install
|
|
|
|
pfetch_repo: https://github.com/dylanaraps/pfetch
|
|
pfetch_repo_dest: ~/bin/pfetch
|
|
|
|
init_users:
|
|
opal:
|
|
name: opal
|
|
uid: 2000
|
|
group: opal
|
|
groups: wheel
|
|
state: present
|
|
shell: /usr/bin/zsh
|
|
create_home: true
|
|
|