From fe6b81f9f378bb5c4fa3fd7799ac9f1b94b4c289 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 15 Jun 2021 22:00:49 -0300 Subject: [PATCH] config: add root config --- config.yaml | 12 ++++++++++++ root/config.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 root/config.yaml diff --git a/config.yaml b/config.yaml index 1c8f1a8..9152988 100644 --- a/config.yaml +++ b/config.yaml @@ -253,6 +253,11 @@ actions: sudo cp -r "{{@@ _dotfile_abs_dst @@}}"/* /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 pam_gpg: _pam-gpg-strap @@ -427,6 +432,13 @@ dotfiles: # Just a bunch of paths and action mappings actions: - greetd_install + root: + src: ../root + dst: ~/.local/share/root_files + actions: + - root_install + + ############################################################### # Big pahts ############################################################### diff --git a/root/config.yaml b/root/config.yaml new file mode 100644 index 0000000..cd83fc1 --- /dev/null +++ b/root/config.yaml @@ -0,0 +1,26 @@ +# _ _ _ +# __| | ___ | |_ __| |_ __ ___ _ __ +# / _` |/ _ \| __/ _` | '__/ _ \| '_ \ +# | (_| | (_) | || (_| | | | (_) | |_) | +# \__,_|\___/ \__\__,_|_| \___/| .__/ +# |_| + +############################################################### +config: +############################################################### + + backup: false + banner: false + keepdot: false + link_dotfile_default: nolink + link_on_import: nolink + dotpath: . + + +############################################################### +profiles: +############################################################### + main: + dotfiles: + - ALL +