mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 18:39:27 +00:00
Exclude config.sh when syncing
This commit is contained in:
@ -9,7 +9,7 @@ copy_dotfiles()
|
|||||||
rsync --exclude "dconf/" \
|
rsync --exclude "dconf/" \
|
||||||
--exclude ".vscode/" \
|
--exclude ".vscode/" \
|
||||||
--exclude ".git*" \
|
--exclude ".git*" \
|
||||||
--exclude "install.sh" \
|
--exclude "$(basename "$0")" \
|
||||||
--exclude "LICENSE" \
|
--exclude "LICENSE" \
|
||||||
--exclude "README.md" \
|
--exclude "README.md" \
|
||||||
-hlav --no-perms . ~
|
-hlav --no-perms . ~
|
||||||
|
Reference in New Issue
Block a user