From 16da619b6d667dfc30a04e5a9cbbc2963c149db1 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 16 Jul 2019 18:53:19 -0300 Subject: [PATCH] Add dotdrop config file for global dotfiles --- global-config.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 global-config.yaml diff --git a/global-config.yaml b/global-config.yaml new file mode 100644 index 0000000..5486f5e --- /dev/null +++ b/global-config.yaml @@ -0,0 +1,21 @@ +config: + backup: true + banner: true + create: true + dotpath: . + ignoreempty: false + keepdot: false + longkey: false + showdiff: false + workdir: ~/.config/dotdrop +dotfiles: + systemd: + dst: /etc/systemd/system + src: systemd/ +profiles: + Zeus: + dotfiles: + - systemd + Hermes: + dotfiles: + - systemd