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
***release:** pin version strings in install scripts, let release-please bump them ([86f52cf](https://github.com/ChipWolf/dotfiles/commit/86f52cf0e376a7426e43daec31ef20f330d9b458))
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,21 +42,21 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
42
42
> [!WARNING]
43
43
> These scripts fetch and execute code from this repo in a single command. Review them first if that matters to you, or use the [inspect-first path](#inspect-first) below.
44
44
>
45
-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.0.0) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --owner chipwolf`<!-- x-release-please-version -->
45
+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.1.0) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --owner chipwolf`<!-- x-release-please-version -->
46
46
47
47
**macOS / Linux**
48
48
49
49
<!-- x-release-please-start-version -->
50
50
```sh
51
-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.0.0/install.sh)"
51
+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh)"
52
52
```
53
53
<!-- x-release-please-end -->
54
54
55
55
**Windows** (PowerShell, the script self-elevates)
0 commit comments