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() { get_tracked_files() {
find "$DOTFILES_DIR" -type f \ find "$DOTFILES_DIR" -type f \
-not -path "*/.git/*" \ -not -path "*/.git/*" \
-not -name "README.md" \
-not -name "sync.sh" | sort -not -name "sync.sh" | sort
} }
@@ -116,4 +117,4 @@ case "$1" in
echo "" echo ""
usage usage
;; ;;
esac esac