1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 22:09:25 +00:00

Remove unused exclude from config.sh

This commit is contained in:
2024-08-30 18:43:16 +02:00
parent 42e7fab6b9
commit 4b74c72c75
2 changed files with 22 additions and 23 deletions

View File

@ -7,7 +7,6 @@ copy_dotfiles()
echo "[INFO] Installing dot files..."
rsync --exclude "dconf/" \
--exclude ".vscode/" \
--exclude ".git*" \
--exclude "$(basename "$0")" \
--exclude "LICENSE" \