|
121 | 121 | <section class="how-it-works"> |
122 | 122 | <div class="section-header"> |
123 | 123 | <h2 class="section-title">How It Works</h2> |
124 | | - <p class="section-subtitle">Run one command. Pick what you need. Wait for Homebrew.</p> |
| 124 | + <p class="section-subtitle">One command, a few picks, done in under 30 minutes.</p> |
125 | 125 | </div> |
126 | 126 |
|
127 | 127 | <div class="steps-container"> |
|
131 | 131 | <div class="step-number"> |
132 | 132 | <span>1</span> |
133 | 133 | </div> |
134 | | - <h3>Run the installer</h3> |
135 | | - <p>Paste the curl command into your terminal. No Homebrew yet? It installs Xcode tools and Homebrew automatically before launching OpenBoot.</p> |
| 134 | + <h3>Run one command</h3> |
| 135 | + <p>Paste the curl command into your terminal. If Homebrew isn't installed, it sets that up too — Xcode tools and all. Then the package picker opens.</p> |
136 | 136 | </div> |
137 | 137 | <div class="step step-2"> |
138 | 138 | <div class="step-number"> |
139 | 139 | <span>2</span> |
140 | 140 | </div> |
141 | | - <h3>Pick your packages</h3> |
142 | | - <p>Interactive TUI opens. Start from a preset or toggle individual packages. Arrow keys to navigate, Space to select, Enter to confirm.</p> |
| 141 | + <h3>Pick your tools</h3> |
| 142 | + <p>A terminal menu opens. Start from a preset or go package by package — toggle what you want, confirm, and you're done choosing.</p> |
143 | 143 | </div> |
144 | 144 | <div class="step step-3"> |
145 | 145 | <div class="step-number"> |
146 | 146 | <span>3</span> |
147 | 147 | </div> |
148 | | - <h3>Wait for it to finish</h3> |
149 | | - <p>Homebrew installs everything you picked. Shell gets configured, dotfiles get linked, macOS preferences get applied. Takes 10-30 minutes depending on your selections.</p> |
| 148 | + <h3>Everything installs itself</h3> |
| 149 | + <p>Packages download, shell gets configured, dotfiles get linked, macOS preferences get applied. It runs unattended — no babysitting needed.</p> |
150 | 150 | </div> |
151 | 151 | <div class="step step-4"> |
152 | 152 | <div class="step-number"> |
153 | 153 | <span>4</span> |
154 | 154 | </div> |
155 | | - <h3>Done. Restart terminal</h3> |
156 | | - <p>Shell config loads, aliases activate. Your dev environment is ready to go.</p> |
| 155 | + <h3>Open a new terminal</h3> |
| 156 | + <p>Your tools are there, aliases work, shell config is live. Everything that used to take a full day is already done.</p> |
157 | 157 | </div> |
158 | 158 | </div> |
159 | 159 | </div> |
|
0 commit comments