dotfiles/sync

11 lines
204 B
Plaintext
Raw Normal View History

2019-08-15 05:50:59 +00:00
#!/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.'