mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add conditional mkdir to script; more README details
This commit is contained in:
parent
874cf19e3e
commit
1a49c3f39d
2 changed files with 23 additions and 6 deletions
2
sync
Normal file → Executable file
2
sync
Normal file → Executable 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* ~/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue