Add conditional mkdir to script; more README details

This commit is contained in:
mitchell 2019-08-15 02:20:46 -04:00
parent 874cf19e3e
commit 1a49c3f39d
2 changed files with 23 additions and 6 deletions

2
sync Normal file → Executable file
View file

@ -2,6 +2,8 @@
echo 'Syncing configuration files to your home dir...'
if ! test -e ~/.config; mkdir ~/.config; end
rsync -aP ./.config/fish ~/.config/
rsync -aP ./.gitconfig ~/
rsync -aP ./.tmux* ~/