diff --git a/run_me.sh b/run_me.sh index 8159d17..f93276c 100755 --- a/run_me.sh +++ b/run_me.sh @@ -3,6 +3,6 @@ rsync \ --verbose --recursive --size-only --human-readable \ --progress --stats \ - --itemize-changes --checksum --perms \ + --itemize-changes --checksum \ --exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \ ../dotfiles/ ~/ --dry-run