|
187 | 187 | <div class="snapshot-card"> |
188 | 188 | <div class="snapshot-content"> |
189 | 189 | <div class="snapshot-info"> |
190 | | - <div class="snapshot-flow"> |
191 | | - <p class="snapshot-description"> |
192 | | - Run one command to scan your machine — Homebrew formulae & casks, macOS preferences, shell config, git config, dev tools, and VS Code extensions — then upload it as a shareable configuration. |
193 | | - </p> |
194 | | - <p class="snapshot-usecase">Perfect for team leads who want to share their proven setup as a team baseline.</p> |
195 | | - </div> |
| 190 | + <div class="snapshot-flow"> |
| 191 | + <p class="snapshot-description"> |
| 192 | + Scan your existing machine — Homebrew packages, macOS preferences, shell & git config, dev tools, and VS Code extensions — and upload it as a shareable configuration. No preset needed. |
| 193 | + </p> |
| 194 | + <p class="snapshot-usecase">Perfect for team leads who want to share their proven setup as a team baseline.</p> |
| 195 | + </div> |
196 | 196 | <div class="snapshot-detects"> |
197 | 197 | <span class="detect-tag">Homebrew formulae & casks</span> |
198 | 198 | <span class="detect-tag">macOS preferences</span> |
|
202 | 202 | <span class="detect-tag">VS Code extensions</span> |
203 | 203 | </div> |
204 | 204 | </div> |
205 | | - <div class="snapshot-command-area"> |
206 | | - <div class="snapshot-command"> |
207 | | - <code>openboot snapshot</code> |
208 | | - <button class="copy-btn" onclick={() => copyCommand('openboot snapshot', 'snapshot')}> |
209 | | - {copied === 'snapshot' ? 'Copied!' : 'Copy'} |
210 | | - </button> |
211 | | - </div> |
212 | | - <span class="snapshot-flags">Also supports <code>--json</code> <code>--local</code> <code>--dry-run</code></span> |
| 205 | + <div class="snapshot-command-area"> |
| 206 | + <div class="snapshot-command"> |
| 207 | + <code>openboot snapshot</code> |
| 208 | + <button class="copy-btn" onclick={() => copyCommand('openboot snapshot', 'snapshot')}> |
| 209 | + {copied === 'snapshot' ? 'Copied!' : 'Copy'} |
| 210 | + </button> |
213 | 211 | </div> |
| 212 | + <span class="snapshot-flags">Also supports <code>--json</code> <code>--local</code> <code>--dry-run</code></span> |
| 213 | + <a href="https://github.com/openbootdotdev/openboot/releases/latest" class="snapshot-install-hint"> |
| 214 | + Download OpenBoot CLI from GitHub Releases |
| 215 | + <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M7 17L17 7M17 7H7M17 7v10"/></svg> |
| 216 | + </a> |
| 217 | + </div> |
214 | 218 | </div> |
215 | 219 | </div> |
216 | 220 | </section> |
|
680 | 684 | border-radius: 4px; |
681 | 685 | } |
682 | 686 |
|
| 687 | + .snapshot-install-hint { |
| 688 | + font-size: 0.8rem; |
| 689 | + color: var(--text-muted); |
| 690 | + display: flex; |
| 691 | + align-items: center; |
| 692 | + gap: 4px; |
| 693 | + transition: color 0.2s; |
| 694 | + } |
| 695 | +
|
| 696 | + .snapshot-install-hint:hover { |
| 697 | + color: var(--accent); |
| 698 | + } |
| 699 | +
|
683 | 700 | @media (max-width: 768px) { |
684 | 701 | .ascii-logo { |
685 | 702 | font-size: 6px; |
|
0 commit comments