- Wiki Pages:
- Loader:
- Installer:
- R2:
- IPFS:
- jsDeliver:
Check whether the local lib/zsh/init.zsh matches the canonical GitHub raw main copy:
sh lib/sh/sync-init.shReplace the local file if it drifts:
sh lib/sh/sync-init.sh --writeRun against local fixtures (no network required, useful in tests):
sh lib/sh/sync-init.sh \
--local /tmp/my-init.zsh \
--remote /tmp/remote-init.zsh \
--checksum-url /tmp/checksum.txtSkip checksum validation:
sh lib/sh/sync-init.sh --no-checksum
❮ Zi ❯