Files
dotfiles/install.conf.yaml
2020-08-03 20:12:09 +02:00

17 lines
533 B
YAML

- 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:
.Xresources
~/.zshenv:
.zshenv
~/.config/:
create: true
glob: true
path: .config/*
~/.local/bin/:
create: true
glob: true
path: .local/bin/*