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
***container:** add cross-reference comments for DIFF_COUNT ([9353128](https://github.com/ChipWolf/dotfiles/commit/935312831366d143c366284a7022ced4e99ed677))
9
+
***install:** add set -x to overlay post-apply block for debugging ([16b5fc5](https://github.com/ChipWolf/dotfiles/commit/16b5fc54f4bd5097bc547a97d08fc237e89c8aba))
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
@@ -41,21 +41,21 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
41
41
> [!WARNING]
42
42
> 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.
43
43
>
44
-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.1) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --repo chipwolf/dotfiles`<!-- x-release-please-version -->
44
+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.3.2) assets with [SLSA Build L3](https://slsa.dev/spec/v1.0/levels#build-l3) provenance, verified with: `gh attestation verify install.sh --repo chipwolf/dotfiles`<!-- x-release-please-version -->
45
45
46
46
**macOS / Linux**
47
47
48
48
<!-- x-release-please-start-version -->
49
49
```sh
50
-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.3.1/install.sh)"
50
+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.3.2/install.sh)"
51
51
```
52
52
<!-- x-release-please-end -->
53
53
54
54
**Windows** (PowerShell, the script self-elevates)
0 commit comments