Install the CLI. Let it handle the rest.
One small, verified installer puts paro on your PATH. Then paro install walks you through the profile and dotfiles setup.
$ curl -fsSL https://dots.paro.sh | sh
==> downloading paro latest for linux/amd64
==> installed paro to ~/.local/bin/paro
$ paro install
Install
Install only the CLI first. Profile selection, packages, dotfile linking, and authenticated private setup all happen inside paro install.
curl -fsSL https://dots.paro.sh | shThen run paro install. Existing profile-specific bootstraps remain available at /install.
paro install handles the interactive setup after the CLI is ready.Commands
These are the existing bootstrap modes exposed by boot.sh. Lite is public; full and work use the private dotfiles release or authenticated fallback.
Container / minimal
The copy-paste default for containers and new shells: curl the installer and run the lite profile.
Lite install
Installs the CLI, Neovim, fast search tools, and safe keymaps.
Full install
Installs the private desktop/dev environment from christopher-paro/.paro.
Work profile
Runs the full install with the additional work overlay enabled.
curl -fsSL https://dots.paro.sh | sh
paro installcurl -fsSL https://dots.paro.sh/commands.txtcurl -fsSL https://dots.paro.sh/install | sh -s -- --profile litecurl -fsSL https://dots.paro.sh/install | sh -s -- --profile litecurl -fsSL https://dots.paro.sh/install | shcurl -fsSL https://dots.paro.sh/install | sh -s -- --profile workcurl -fsSL https://dots.paro.sh/install | sh -s -- --dry-run --profile liteparo versionparo self-update
# or: paro update --clish boot.sh --local /path/to/paro/repo --profile liteVersions
Install latest or pin an older release. The tab layout is ready for more releases as they are published.
curl -fsSL https://dots.paro.sh | shcurl -fsSLO https://dots.paro.sh/latest/checksums.txt
sha256sum -c checksums.txt --ignore-missingWhat changed
Release notes load from the public GitHub release.