mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add readme and sync script
This commit is contained in:
parent
e57d8318d9
commit
874cf19e3e
2 changed files with 35 additions and 0 deletions
10
sync
Normal file
10
sync
Normal 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.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue