Skip to content

Commit c2273be

Browse files
authored
docs: add CI badge, stars badge, and comparison table
Added new section explaining the benefits of ZeroLinux and updated installation instructions.
1 parent 180c7f1 commit c2273be

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

README.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,35 @@
1717

1818
<img width="1908" height="1012" alt="screenshot" src="https://github.com/user-attachments/assets/3e76259c-fa79-4aca-b03a-a27b08e58c45" />
1919

20-
20+
[![CI](https://github.com/zerolinux-os/zero_terminal/actions/workflows/ci.yml/badge.svg)](https://github.com/zerolinux-os/zero_terminal/actions/workflows/ci.yml)
2121
[![Version](https://img.shields.io/badge/version-2.1.1-blue?style=flat-square)](https://github.com/zerolinux-os/zero_terminal/releases)
2222
[![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
2323
[![Shell](https://img.shields.io/badge/shell-zsh%205.3%2B-orange?style=flat-square)](https://www.zsh.org/)
24+
[![Stars](https://img.shields.io/github/stars/zerolinux-os/zero_terminal?style=flat-square)](https://github.com/zerolinux-os/zero_terminal/stargazers)
2425

25-
[Install](#-quick-install) · [Plugins](#-plugins) · [CLI](#-cli-reference) · [Docs](./docs/README.md)
26+
[Install](#-quick-install) · [Plugins](#-plugins) · [CLI](#-cli-reference) · [Docs](./docs/README.md) · [Why ZeroLinux?](#-why-zerolinux)
2627

2728
</div>
2829

2930
---
3031

32+
## 🤔 Why ZeroLinux?
33+
34+
> Tired of oh-my-zsh slowing your shell? Frustrated by zinit's complexity? ZeroLinux does one thing well: **it loads fast, stays transparent, and never surprises you.**
35+
36+
| Feature | ZeroLinux | oh-my-zsh | zinit |
37+
|---------|:---------:|:---------:|:-----:|
38+
| Startup time |~20ms | 🐢 200-500ms |~30ms |
39+
| Plugin isolation ||||
40+
| Security scanning ||||
41+
| Safe backup & rollback ||||
42+
| Health diagnostics (`zl doctor`) ||||
43+
| No hidden magic ||||
44+
| Single install command ||||
45+
| Arch Linux native support ||||
46+
47+
---
48+
3149
## ⚡ The 60-Second Experience
3250

3351
Watch the demo above to see ZeroLinux in action:
@@ -41,8 +59,6 @@ Watch the demo above to see ZeroLinux in action:
4159

4260
## 🚀 Quick Install
4361

44-
To replicate the demo, run the following commands:
45-
4662
```bash
4763
# 1. Clone the repository
4864
git clone https://github.com/zerolinux-os/zero_terminal ~/.zerolinux-src
@@ -224,26 +240,6 @@ Flags:
224240

225241
---
226242

227-
## CLI preview
228-
229-
### Example
230-
231-
```bash
232-
zl help
233-
234-
zl <command> [subcommand]
235-
236-
Plugin management:
237-
enable plugin <name>
238-
disable plugin <name>
239-
240-
System:
241-
doctor
242-
reload
243-
```
244-
245-
---
246-
247243
## Configuration
248244

249245
Override defaults in `~/.zerolinuxrc` — ZeroLinux sources it automatically:
@@ -371,3 +367,4 @@ Built with zsh, fzf, and a lot of time spent staring at startup traces. Inspired
371367
[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)
372368

373369
</div>
370+

0 commit comments

Comments
 (0)