Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit 9835d2b

Browse files
committed
docs(module-reference): include Stats module in execution order and map
1 parent fcf8cee commit 9835d2b

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

docs/module-reference.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@
55
`scripts/bootstrap/os/darwin.sh` runs modules in this order:
66

77
1. `system/system-tools.sh`
8-
2. `system/containers.sh`
9-
3. `technologies/java.sh`
10-
4. `technologies/js-ts.sh`
11-
5. `technologies/python.sh`
12-
6. `technologies/rust.sh`
13-
7. `technologies/flutter.sh`
14-
8. `technologies/cpp.sh`
15-
9. `technologies/ai-cli.sh`
16-
10. `system/shell-env.sh`
8+
2. `system/stats.sh`
9+
3. `system/containers.sh`
10+
4. `technologies/java.sh`
11+
5. `technologies/js-ts.sh`
12+
6. `technologies/python.sh`
13+
7. `technologies/rust.sh`
14+
8. `technologies/flutter.sh`
15+
9. `technologies/cpp.sh`
16+
10. `technologies/ai-cli.sh`
17+
11. `system/shell-env.sh`
1718

1819
## Module map
1920

2021
| Domain | Module | Main installs |
2122
| --- | --- | --- |
2223
| System | `system-tools.sh` | bash, git, gh, jq, yq, rg, fzf, lazygit, lazydocker, httpie, ncdu, wget, tmux |
24+
| System | `stats.sh` | Stats (cask) with optional tuned profile and login item |
2325
| Containers | `containers.sh` | OrbStack (cask), Docker CLI stack, Colima |
2426
| Java | `java.sh` | `openjdk@17` |
2527
| JS/TS | `js-ts.sh` | Bun via `oven-sh/bun`, Node + `node@24`, TypeScript, Vitest, Playwright, Husky, Biome, ESLint, Prettier |

0 commit comments

Comments
 (0)