mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-08-01 08:19:25 +00:00
Add .git* to excludes when installing
This commit is contained in:
@ -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" \
|
||||||
|
Reference in New Issue
Block a user