1
0
Fork 0

added a script to copy dotfiles

This commit is contained in:
Pratham Patel 2022-12-19 23:21:08 +05:30
parent fa60f11486
commit 221bc8e1eb
1 changed files with 8 additions and 0 deletions

8
run_me.sh Executable file
View File

@ -0,0 +1,8 @@
#!/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