From 1373b14ab5e211b9646776bf7e812217a10af64d Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 15:12:02 +0100 Subject: [PATCH] Update dotbot conf --- meta/base.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/base.yaml b/meta/base.yaml index 2d6d337..bd94ae7 100644 --- a/meta/base.yaml +++ b/meta/base.yaml @@ -3,12 +3,13 @@ create: true relink: true +- clean: [ + '~', + '~/.config' + ] + - shell: - [ git submodule update --init --recursive, "Installing submodules." ] -- clean: [ - '~', - '~/.config' - ]