Add readme and sync script

This commit is contained in:
mitchell 2019-08-15 01:50:59 -04:00
parent e57d8318d9
commit 874cf19e3e
2 changed files with 35 additions and 0 deletions

10
sync Normal file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env fish
echo 'Syncing configuration files to your home dir...'
rsync -aP ./.config/fish ~/.config/
rsync -aP ./.gitconfig ~/
rsync -aP ./.tmux* ~/
rsync -aP ./.vim* ~/
echo 'Done syncing.'