1- <h1 align =" center " >
2- <p >
3- <a href="https://github.com/z-shell/zi">
4- <img src="https://raw.githubusercontent.com/z-shell/.github/main/profile/img/logo.png" alt="Logo" width="80" height="80" />❮ Zi ❯
5- </a>
6- </p >
7- </h1 >
8- <h3 align =" center " >
9- <a href =" https://github.com/orgs/z-shell/discussions/ " >《❔》Ask a Question </a >
10- <a href =" https://wiki.zshell.devv/search/ " >《💡》Search Wiki </a >
11- <a href =" https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+ " >《💜》Join </a >
12- <a href =" https://translate.zshell.dev " >《🌐》Localize </a >
13- </h3 >
14- <p align =" center " >
15- <a target =" _self " href =" https://translate.zshell.dev " >
16- <img alt="Crowdin" align="center" src="https://badges.crowdin.net/e/f108c12713ee8526ac878d5671ad6e29/localized.svg" />
17- </a >
18- <a target =" _self " href =" https://www.gnu.org/licenses/gpl-3.0/ " >
19- <img align="center" src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="Project License" />
20- </a >
21- <a target =" _self " href =" https://github.com/z-shell/zi-vim-syntax/ " >
22- <img align="center" src="https://img.shields.io/badge/--019733?logo=vim" alt="VIM" />
23- </a >
24- <a target =" _self " href =" https://open.vscode.dev/z-shell/src/ " >
25- <img align="center" src="https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff" alt="Visual Studio Code" />
26- </a ></p ><hr />
1+ <!-- markdownlint-disable MD041 -->
2+ <table style =" background-color :transparent ;" >
3+ <tr >
4+ <td>
5+ <h1 align="center">
6+ <a target="_self" href="https://github.com/z-shell/zi">
7+ <img style="width: 60px; height: 60px"
8+ src="https://raw.githubusercontent.com/z-shell/zi/main/docs/images/logo.svg" alt="❮ Zi ❯ Logo" />
9+ </a>❮ <strong>Src</strong> ❯
10+ </h1>
11+ <h2 align="center">
12+ ✨ Z-Shell source library — snippets, installer scripts and shared utilities
13+ </h2>
14+ <div align="center">
15+ <a href="https://github.com/orgs/z-shell/discussions/"><strong>《 Ask a Question 》</strong></a>
16+ ·
17+ <a href="https://wiki.zshell.dev/search"><strong>《💡》Search Wiki </strong></a>
18+ ·
19+ <a
20+ href="https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+"><strong>《💜》Join
21+ </strong></a>
22+ ·
23+ <a href="https://translate.zshell.dev/"><strong>《🌐》Localize </strong></a>
24+ </div>
25+ </tr >
26+ </td >
27+ <tr >
28+ <td>
29+ <div align="center">
30+ <a title="Crowdin" target="_self" href="https://translate.zshell.dev/">
31+ <img align="center" src="https://badges.crowdin.net/e/f108c12713ee8526ac878d5671ad6e29/localized.svg" alt="Crowdin Status" />
32+ </a>
33+ <a title="License" target="_self" href="https://www.gnu.org/licenses/gpl-3.0/">
34+ <img align="center" src="https://img.shields.io/badge/License-GPL%20v3-blue.svg" alt="Project License" />
35+ </a>
36+ <a title="VIM" target="_self" href="https://github.com/z-shell/zi-vim-syntax/">
37+ <img align="center" src="https://img.shields.io/badge/--019733?logo=vim" alt="VIM" />
38+ </a>
39+ <a target="_self" href="https://open.vscode.dev/z-shell/src/">
40+ <img align="center" src="https://img.shields.io/badge/--007ACC?logo=visual%20studio%20code&logoColor=ffffff"
41+ alt="Visual Studio Code" />
42+ </a>
43+ </div>
44+ </tr >
45+ </td >
46+ </table >
47+ <hr />
2748
2849### Content
2950
30- - Wiki Pages:
31- - https://wiki.zshell.dev
32- - Loader:
33- - https://init.zshell.dev
34- - Installer:
35- - https://get.zshell.dev
36- - R2:
37- - https://r2.zshell.dev
38- - IPFS:
39- - https://ipfs.zshell.dev
40- - jsDeliver:
41- - https://cdn.jsdelivr.net/gh/z-shell/src@main/
51+ - ** Wiki Pages** : [ wiki.zshell.dev] ( https://wiki.zshell.dev )
52+ - ** Loader** : [ init.zshell.dev] ( https://init.zshell.dev )
53+ - ** Installer** : [ get.zshell.dev] ( https://get.zshell.dev )
54+ - ** jsDeliver CDN** : [ cdn.jsdelivr.net/gh/z-shell/src@main/] ( https://cdn.jsdelivr.net/gh/z-shell/src@main/ )
4255
4356### Maintainer — Verify and Sync Loader
4457
45- Check whether the local ` lib /zsh/init.zsh` matches the canonical GitHub raw ` main ` copy:
58+ Check whether the local ` public /zsh/init.zsh` matches the canonical GitHub raw ` main ` copy:
4659
4760``` sh
48- sh lib /sh/sync-init.sh
61+ sh public /sh/sync-init.sh
4962```
5063
5164Replace the local file if it drifts:
5265
5366``` sh
54- sh lib /sh/sync-init.sh --write
67+ sh public /sh/sync-init.sh --write
5568```
5669
5770Run against local fixtures (no network required, useful in tests):
5871
5972``` sh
60- sh lib /sh/sync-init.sh \
73+ sh public /sh/sync-init.sh \
6174 --local /tmp/my-init.zsh \
6275 --remote /tmp/remote-init.zsh \
6376 --checksum-url /tmp/checksum.txt
@@ -66,5 +79,9 @@ sh lib/sh/sync-init.sh \
6679Skip checksum validation:
6780
6881``` sh
69- sh lib /sh/sync-init.sh --no-checksum
82+ sh public /sh/sync-init.sh --no-checksum
7083```
84+
85+ ---
86+
87+ > This repository is compatible with [ Zi] ( https://github.com/z-shell/zi )
0 commit comments