update sync

This commit is contained in:
2025-08-14 14:55:34 -04:00
parent fa68991b3e
commit 14e96ba7a2

View File

@@ -8,6 +8,7 @@ HOME_DIR="$HOME"
get_tracked_files() {
find "$DOTFILES_DIR" -type f \
-not -path "*/.git/*" \
-not -name "README.md" \
-not -name "sync.sh" | sort
}