1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 12:48:01 +00:00

Exclude config.sh when syncing

This commit is contained in:
Daniel Carrillo 2020-03-14 16:06:47 +01:00
parent f640d29dfa
commit e4cc947c5f

View File

@ -9,7 +9,7 @@ copy_dotfiles()
rsync --exclude "dconf/" \
--exclude ".vscode/" \
--exclude ".git*" \
--exclude "install.sh" \
--exclude "$(basename "$0")" \
--exclude "LICENSE" \
--exclude "README.md" \
-hlav --no-perms . ~