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

Make install.sh verbose

This commit is contained in:
Daniel Carrillo 2019-10-04 19:17:27 +02:00
parent 7b8ddd56dc
commit 94c6b416dd

View File

@ -12,7 +12,7 @@ function dotfiles()
--exclude "install.sh" \
--exclude "LICENSE" \
--exclude "README.md" \
-hla --no-perms . ~
-hlav --no-perms . ~
echo ""
}