Initial commit
This commit is contained in:
11
install.conf.yaml
Normal file
11
install.conf.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
- shell:
|
||||
- /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/*
|
||||
Reference in New Issue
Block a user