From 4c9c7da332503e1136a9d53bab05b4bc4ea461c1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 11 Jan 2023 10:52:39 +0530 Subject: [PATCH] idk why I removed rsync's --perms param --- run_me.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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