1
0
Fork 0
dotfiles/run_me.sh

9 lines
266 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" \
../dotfiles/ ~/ --dry-run