From bc65a36f9cfaeb6cec7a2b39d6b6d08615f965a6 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 3 Aug 2020 20:12:09 +0200 Subject: [PATCH] Clone all submodules --- install.conf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/install.conf.yaml b/install.conf.yaml index 5eed129..1e7960e 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,4 +1,5 @@ - shell: + - git submodule update --init --recursive --jobs 8 - /bin/sh -c 'tmpd="$(mktemp -d)"; for file in .config/*; do [ ! -e "$HOME/$file" ] || mv "$HOME/$file" "$tmpd"; done; rmdir "$tmpd" 2>/dev/null || { tar czvf "existing-$(date +"%s").tar.gz" "$tmpd" && rm -rf "$tmpd"; }' - link: ~/.Xresources: