From ca569b6a5e5c083e3b11d49806342b317f007dff Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 21:40:46 +0200 Subject: Add vdirsyncer config --- config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 37d6c88..4282605 100644 --- a/config.yaml +++ b/config.yaml @@ -66,6 +66,9 @@ dotfiles: f_taskrc: src: taskrc dst: ~/.taskrc + f_vdirsyncer_config: + src: config/vdirsyncer/config + dst: ~/.config/vdirsyncer/config profiles: unicorn: dotfiles: @@ -90,6 +93,7 @@ profiles: - f_xresources - f_config - f_taskrc + - f_vdirsyncer_config fenec: dotfiles: - d_i3pystatus -- cgit v1.2.1