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

Add .git* to excludes when installing

This commit is contained in:
Daniel Carrillo 2019-07-19 17:54:08 +02:00
parent 112e44e752
commit 238595f952

View File

@ -8,6 +8,7 @@ function dotfiles()
rsync --exclude "dconf/" \
--exclude ".vscode/" \
--exclude ".git*" \
--exclude "install.sh" \
--exclude "LICENSE" \
--exclude "README.md" \