1
0
Fork 0
dotfiles/run_me.sh

10 lines
291 B
Bash
Raw Normal View History

2022-12-19 23:21:08 +05:30
#!/usr/bin/env bash
rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum \
2023-03-13 16:34:34 +05:30
--exclude=".git" --exclude=".gitignore" --exclude="README.md" \
--exclude="run_me.sh" --exclude="_OTHER" \
2022-12-19 23:21:08 +05:30
../dotfiles/ ~/ --dry-run