config: add root config

This commit is contained in:
lelgenio 2021-06-15 22:00:49 -03:00
parent 78defd9585
commit fe6b81f9f3
2 changed files with 38 additions and 0 deletions

View File

@ -253,6 +253,11 @@ actions:
sudo cp -r "{{@@ _dotfile_abs_dst @@}}"/* /etc/greetd/ sudo cp -r "{{@@ _dotfile_abs_dst @@}}"/* /etc/greetd/
sudo chown -R greeter:greeter /etc/greetd/ sudo chown -R greeter:greeter /etc/greetd/
root_install: >
sudo dotdrop -f
-c "{{@@ _dotfile_abs_dst @@}}/config.yaml"
-p main
install
# bootstrap scripts # bootstrap scripts
pam_gpg: _pam-gpg-strap pam_gpg: _pam-gpg-strap
@ -427,6 +432,13 @@ dotfiles: # Just a bunch of paths and action mappings
actions: actions:
- greetd_install - greetd_install
root:
src: ../root
dst: ~/.local/share/root_files
actions:
- root_install
############################################################### ###############################################################
# Big pahts # Big pahts
############################################################### ###############################################################

26
root/config.yaml Normal file
View File

@ -0,0 +1,26 @@
# _ _ _
# __| | ___ | |_ __| |_ __ ___ _ __
# / _` |/ _ \| __/ _` | '__/ _ \| '_ \
# | (_| | (_) | || (_| | | | (_) | |_) |
# \__,_|\___/ \__\__,_|_| \___/| .__/
# |_|
###############################################################
config:
###############################################################
backup: false
banner: false
keepdot: false
link_dotfile_default: nolink
link_on_import: nolink
dotpath: .
###############################################################
profiles:
###############################################################
main:
dotfiles:
- ALL