diff --git a/scripts/doas-pratham.sh b/scripts/doas-pratham.sh index 994dbb8..0ecc587 100755 --- a/scripts/doas-pratham.sh +++ b/scripts/doas-pratham.sh @@ -10,7 +10,8 @@ rsync \ --verbose --recursive --size-only --human-readable \ --progress --stats \ --itemize-changes --checksum --perms \ - --exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \ + --exclude=".git" --exclude=".gitignore" --exclude="README.md" \ + --exclude="run_me.sh" --exclude="_OTHER" \ ../dotfiles/ ~/ popd popd