- Wiki Pages: wiki.zshell.dev
- Loader: init.zshell.dev
- Installer: get.zshell.dev
- jsDeliver CDN: cdn.jsdelivr.net/gh/z-shell/src@main/
Check whether the local public/zsh/init.zsh matches the canonical GitHub raw main copy:
sh public/sh/sync-init.shReplace the local file if it drifts:
sh public/sh/sync-init.sh --writeRun against local fixtures (no network required, useful in tests):
sh public/sh/sync-init.sh \
--local /tmp/my-init.zsh \
--remote /tmp/remote-init.zsh \
--checksum-url /tmp/checksum.txtSkip checksum validation:
sh public/sh/sync-init.sh --no-checksumThis repository is compatible with Zi