|
51 | 51 | </script> |
52 | 52 |
|
53 | 53 | <svelte:head> |
54 | | - <title>OpenBoot - One-line macOS Development Environment Setup</title> |
55 | | - <meta name="description" content="Bootstrap your Mac development environment in minutes. One command to install everything you need - Homebrew, CLI tools, GUI apps, dotfiles, and Oh-My-Zsh. Snapshot your current setup and share it with your team." /> |
| 54 | + <title>OpenBoot - Set up your Mac in one command, not one afternoon</title> |
| 55 | + <meta name="description" content="One curl command installs 70+ curated dev tools, deploys your dotfiles, and configures macOS. Pick a preset or build your own — done in about 5 minutes." /> |
56 | 56 | <meta property="og:url" content="https://openboot.dev" /> |
57 | 57 | </svelte:head> |
58 | 58 |
|
|
70 | 70 | <section class="hero"> |
71 | 71 | <div class="hero-split"> |
72 | 72 | <div class="hero-left"> |
73 | | - <h1>One-line macOS<br />Dev Environment Setup</h1> |
74 | | - <p class="subtitle">Bootstrap your Mac in minutes. Homebrew, CLI tools, GUI apps, dotfiles, and Oh-My-Zsh with a single command.</p> |
75 | | - |
76 | | - <div class="features-grid"> |
77 | | - <div class="feature-item">Beautiful interactive TUI</div> |
78 | | - <div class="feature-item">Apple Silicon & Intel</div> |
79 | | - <div class="feature-item">3 curated presets</div> |
80 | | - <div class="feature-item">Oh-My-Zsh + aliases</div> |
81 | | - <div class="feature-item">Snapshot & share setup</div> |
82 | | - <div class="feature-item">macOS prefs tuning</div> |
83 | | - <div class="feature-item">Dry-run mode</div> |
84 | | - <div class="feature-item">100% open source</div> |
85 | | - </div> |
| 73 | + <h1>Set up your Mac in<br />one command — not one afternoon</h1> |
| 74 | + <p class="subtitle">One curl command installs everything. Pick from 70+ curated dev tools, deploy your dotfiles, and configure macOS — all in about 5 minutes.</p> |
| 75 | + |
| 76 | + <div class="features-grid"> |
| 77 | + <div class="feature-item">70+ curated dev tools</div> |
| 78 | + <div class="feature-item">Smart install — skips what's already there</div> |
| 79 | + <div class="feature-item">Dotfiles + Oh-My-Zsh built in</div> |
| 80 | + <div class="feature-item">Share configs with your team</div> |
| 81 | + <div class="feature-item">100% open source, zero telemetry</div> |
| 82 | + </div> |
86 | 83 |
|
87 | 84 | <div class="install-command" id="install"> |
88 | 85 | <div class="install-prompt">$</div> |
|
0 commit comments