1
0
Fork 0

pratham-setup: exclude run_me.sh from being copied

This commit is contained in:
Pratham Patel 2023-01-13 19:33:32 +05:30
parent b77e3cbdc9
commit e7de8ba7f0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ rsync \
--verbose --recursive --size-only --human-readable \
--progress --stats \
--itemize-changes --checksum \
--exclude=".git" --exclude=".gitignore" --exclude="README.md" \
--exclude=".git" --exclude=".gitignore" --exclude="README.md" --exclude="run_me.sh" \
~/my-git-repos/dotfiles{,-priv}/ ~/
# dark mode (gtk)