mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 17:28:01 +00:00
Add .git* to excludes when installing
This commit is contained in:
parent
112e44e752
commit
238595f952
@ -8,6 +8,7 @@ function dotfiles()
|
|||||||
|
|
||||||
rsync --exclude "dconf/" \
|
rsync --exclude "dconf/" \
|
||||||
--exclude ".vscode/" \
|
--exclude ".vscode/" \
|
||||||
|
--exclude ".git*" \
|
||||||
--exclude "install.sh" \
|
--exclude "install.sh" \
|
||||||
--exclude "LICENSE" \
|
--exclude "LICENSE" \
|
||||||
--exclude "README.md" \
|
--exclude "README.md" \
|
||||||
|
Loading…
Reference in New Issue
Block a user