dots — Paro dotfiles quick install https://dots.paro.sh Container / minimal install (public, no token): curl -fsSL https://dots.paro.sh/install | sh -s -- --profile lite Dry run first: curl -fsSL https://dots.paro.sh/install | sh -s -- --dry-run --profile lite Full private install (requires GitHub token/private repo access): curl -fsSL https://dots.paro.sh/install | sh Work profile (private + work overlay): curl -fsSL https://dots.paro.sh/install | sh -s -- --profile work Check installed CLI version: paro version Update the CLI binary: paro self-update # or: paro update --cli Latest release detected: v0.1.3 Pinned v0.1.3 lite install: curl -fsSL https://github.com/christopher-paro/paro/releases/download/v0.1.3/boot.sh | sh -s -- --profile lite Pinned v0.1.1 lite install: curl -fsSL https://github.com/christopher-paro/paro/releases/download/v0.1.1/boot.sh | sh -s -- --profile lite Pinned v0.1.0 lite install: curl -fsSL https://github.com/christopher-paro/paro/releases/download/v0.1.0/boot.sh | sh -s -- --profile lite Local repo testing: sh boot.sh --local /path/to/paro/repo --profile lite Useful endpoints: https://dots.paro.sh/commands.txt https://dots.paro.sh/versions.json https://dots.paro.sh/install https://dots.paro.sh/latest/checksums.txt https://github.com/christopher-paro/paro Tip: plain `curl -fsSL https://dots.paro.sh` returns this quick command sheet.