Clone all submodules
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
- shell:
|
- 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"; }'
|
- /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:
|
- link:
|
||||||
~/.Xresources:
|
~/.Xresources:
|
||||||
|
|||||||
Reference in New Issue
Block a user