Skip to content

Commit 646d24a

Browse files
Put the one-command install + bootstrap steps on the home page
Anyone landing on the site now sees how to install the whole stack immediately: the curl one-liner, "open Ghostty -> claude -> log in", a table of what the bootstrap does (CLT, Homebrew, Ghostty, Node, Claude Code, configs), and the --dry-run / --check tips. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent deb703c commit 646d24a

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

docs/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,37 @@ features:
4242
details: Facts checked against the official docs and version-stamped, so you can trust what you read.
4343
link: /best-practices
4444
---
45+
46+
## Install the whole stack in one command
47+
48+
Fresh Mac? This takes you from nothing to a fully-configured Claude Code + Ghostty —
49+
**no git, Homebrew, or Node needed first.** The script installs the whole stack for you.
50+
51+
```bash
52+
curl -fsSL https://raw.githubusercontent.com/bogdanmatasaru/claude-code-guide/main/install.sh | bash
53+
```
54+
55+
Then open **Ghostty**, type `claude`, and log in. That's it. →
56+
[Full setup guide](/environment/bootstrap-setup)
57+
58+
### What that one command does
59+
60+
It runs an idempotent, re-runnable bootstrap that installs and configures everything, in order:
61+
62+
| Step | What it sets up |
63+
| --- | --- |
64+
| 1 | **Xcode Command Line Tools** — git & compilers |
65+
| 2 | **Homebrew** — the macOS package manager |
66+
| 3 | **Ghostty** + JetBrains Mono — the recommended terminal |
67+
| 4 | **Node.js** + GitHub CLI |
68+
| 5 | **Claude Code** — the `claude` CLI |
69+
| 6 | **Configs** — Ghostty theme, `~/.claude` settings, shell PATH & aliases |
70+
71+
> [!TIP]
72+
> Want to preview it first, changing nothing? Add `--dry-run`:
73+
> `curl -fsSL …/install.sh | bash -s -- --dry-run`.
74+
> Already set up? Run `./setup.sh --check` anytime to validate your environment.
75+
76+
Prefer to do it step by step, or not on a Mac? See the
77+
[installation guide](/getting-started/installation) and the
78+
[one-command setup](/environment/bootstrap-setup) page.

0 commit comments

Comments
 (0)