You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,8 @@ $ zl doctor
164
164
165
165
## Plugins
166
166
167
+
> **Quality over quantity.** ZeroLinux ships 4 plugins that work perfectly and are security-scanned — instead of 300 that silently break your shell. Each plugin follows a strict contract and can be extended by the community. [Write your own →](#write-a-plugin)
168
+
167
169
ZeroLinux ships four production-ready plugins. Enable what you need, ignore the rest.
168
170
169
171
### git
@@ -344,14 +346,30 @@ Removes the block from `.zshrc`, deletes `~/.zerolinux`, removes the `zl` symlin
344
346
345
347
---
346
348
349
+
## ✅ Production Ready
350
+
351
+
ZeroLinux is not an experiment. It is tested, versioned, and CI-verified on every commit.
352
+
353
+
-**CI passes on every push** — ShellCheck static analysis on all shell files
-**Semantic versioning** — every release follows semver strictly
356
+
-**Safe by default** — installer never overwrites your config, always generates `restore.sh`
357
+
-**Fully reversible** — one command uninstall, zero traces left behind
358
+
359
+
---
360
+
347
361
## Contributing
348
362
363
+
**Want to add a plugin?** The plugin system is designed for exactly this. Copy the `example` plugin, follow the contract, and open a PR — CI will validate everything automatically.
364
+
349
365
See [CONTRIBUTING.md](./CONTRIBUTING.md). The short version:
3. New plugins must follow the contract in `plugins/example/`
354
370
371
+
**Plugin ideas welcome:** kubernetes, tmux, python/virtualenv, rust/cargo, ssh manager, and more.
372
+
355
373
---
356
374
357
375
## Acknowledgements
@@ -367,4 +385,3 @@ Built with zsh, fzf, and a lot of time spent staring at startup traces. Inspired
367
385
[Report a bug](https://github.com/zerolinux-os/zero_terminal/issues/new?template=bug_report.yml) · [Request a feature](https://github.com/zerolinux-os/zero_terminal/issues/new?template=feature_request.yml) · [Sponsor](https://github.com/sponsors/zerolinux)
0 commit comments