You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`codespaces`|`CODESPACES` env var is set | Skips GUI apps and redundant packages in the Brewfile. Uses the overlay fast path in `install.sh`. |
117
+
|`codespaces`|`CODESPACES` env var is set | Skips GUI apps and redundant packages in the Brewfile. Uses the overlay fast path in [`install.sh`](install.sh).|
118
118
|`private`| Windows, or `~/.private` exists | Enables personal-machine config: excludes work-specific MCP servers and Atlassian integrations from OpenCode. |
119
119
120
120
> [!IMPORTANT]
@@ -153,13 +153,13 @@ This repo ships a pre-baked [overlay container image](https://ghcr.io/chipwolf/d
153
153
154
154
If you fork this repo, the main things to update:
155
155
156
-
1.**`home/Brewfile`**: adjust packages to taste.
157
-
2.**Git identity**: update `home/dot_gitconfig` with your name, email, and signing key.
156
+
1.**[`home/Brewfile`](home/Brewfile)**: adjust packages to taste.
157
+
2.**Git identity**: update [`home/dot_gitconfig`](home/dot_gitconfig) with your name, email, and signing key.
158
158
159
-
The install scripts (`install.sh`, `install.ps1`) have the repo URL interpolated automatically during the release workflow, so forks that use the same workflow get correct URLs in their release assets without editing.
159
+
The install scripts ([`install.sh`](install.sh), [`install.ps1`](install.ps1)) have the repo URL interpolated automatically during the release workflow, so forks that use the same workflow get correct URLs in their release assets without editing.
160
160
161
161
> [!TIP]
162
-
> The chezmoi source state lives under `home/` (set by `.chezmoiroot`). Filenames use chezmoi's attribute prefixes: `dot_` becomes a leading `.`, `private_` restricts permissions, `executable_` adds the execute bit. `home/dot_config/nvim/` deploys to `~/.config/nvim/`.
162
+
> The chezmoi source state lives under [`home/`](home/) (set by [`.chezmoiroot`](.chezmoiroot)). Filenames use chezmoi's attribute prefixes: `dot_` becomes a leading `.`, `private_` restricts permissions, `executable_` adds the execute bit. [`home/dot_config/nvim/`](home/dot_config/nvim/) deploys to `~/.config/nvim/`.
163
163
164
164
---
165
165
@@ -183,7 +183,7 @@ All release artifacts are built with [SLSA Build L3](https://slsa.dev/spec/v1.0/
183
183
184
184
This covers:
185
185
186
-
-**Install scripts** (`install.sh`, `install.ps1`): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.0) assets. <!-- x-release-please-version -->
186
+
-**Install scripts** ([`install.sh`](install.sh), [`install.ps1`](install.ps1)): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.0) assets. <!-- x-release-please-version -->
187
187
-**Codespaces overlay image** ([ghcr.io/chipwolf/dotfiles](https://ghcr.io/chipwolf/dotfiles)): published to GHCR.
0 commit comments