mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 23:08:01 +00:00
Exclude config.sh when syncing
This commit is contained in:
parent
f640d29dfa
commit
e4cc947c5f
@ -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 . ~
|
||||||
|
Loading…
Reference in New Issue
Block a user