1
0
Fork 0
dotfiles/run_me.sh

10 lines
291 B
Bash
Executable File

#!/usr/bin/env bash
rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum \
--exclude=".git" --exclude=".gitignore" --exclude="README.md" \
--exclude="run_me.sh" --exclude="_OTHER" \
../dotfiles/ ~/ --dry-run