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
***install:** split elevation so errors are visible and bw login runs in user context ([30a2f67](https://github.com/ChipWolf/dotfiles/commit/30a2f677498ad543a83d65a15de6610980da4ed2))
9
+
***tests:** make bats tests work on Windows (Git Bash + native Ruby) ([0fafbac](https://github.com/ChipWolf/dotfiles/commit/0fafbacb5a3a591b16dc2da9d9cdf172480277c0))
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
@@ -44,14 +44,14 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
44
44
> [!WARNING]
45
45
> 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.
46
46
>
47
-
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.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 -->
47
+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.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 -->
48
48
49
49
**macOS / Linux**
50
50
51
51
<!-- x-release-please-start-version -->
52
52
53
53
```sh
54
-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.1/install.sh)"
54
+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.2/install.sh)"
55
55
```
56
56
57
57
<!-- x-release-please-end -->
@@ -61,7 +61,7 @@ sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.6.
@@ -219,7 +219,7 @@ All release artifacts are built with [SLSA Build L3](https://slsa.dev/spec/v1.0/
219
219
220
220
This covers:
221
221
222
-
-**Install scripts** ([`install.sh.tmpl`](install.sh.tmpl), [`install.ps1.tmpl`](install.ps1.tmpl)): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.1) assets after CI template rendering. <!-- x-release-please-version -->
222
+
-**Install scripts** ([`install.sh.tmpl`](install.sh.tmpl), [`install.ps1.tmpl`](install.ps1.tmpl)): published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.6.2) assets after CI template rendering. <!-- x-release-please-version -->
223
223
-**Codespaces overlay image** ([ghcr.io/chipwolf/dotfiles](https://ghcr.io/chipwolf/dotfiles)): published to GHCR.
0 commit comments