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' - ]