Exclude config.sh when syncing

This commit is contained in:
Daniel Carrillo 2020-03-14 16:06:47 +01:00
parent f640d29dfa
commit e4cc947c5f
1 changed files with 1 additions and 1 deletions

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 . ~