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
***tests:** add bats test suite for source and container validation ([d5db99e](https://github.com/ChipWolf/dotfiles/commit/d5db99e78191aad0dd19a4cf9b3f473d7288a3e9))
9
+
10
+
11
+
### Bug Fixes
12
+
13
+
***bootstrap:** preserve --require-sha during brew bundle ([a29f777](https://github.com/ChipWolf/dotfiles/commit/a29f77713a2739ca643b894990079df3f4edf81b))
14
+
***bootstrap:** quote eval $(brew shellenv) to prevent word splitting ([21209bb](https://github.com/ChipWolf/dotfiles/commit/21209bb97df53f789097508d60dc2416f52e3279))
15
+
***brewfile:** gate tmux formula to macOS only ([028801c](https://github.com/ChipWolf/dotfiles/commit/028801c87a3a446d07628552f21e9f45011c8719))
16
+
* gate tmux and ghostty configs to macOS only ([f7281cf](https://github.com/ChipWolf/dotfiles/commit/f7281cfb3bb35c97eacab8c301ea1c4d6d08b2dc))
17
+
***git:** set core.editor to nvim instead of vim ([3918e25](https://github.com/ChipWolf/dotfiles/commit/3918e25e9491781414b15a4205b84a88cb6b7c66))
18
+
***install:** use random temp filename to prevent TOCTOU in install.ps1 ([1388010](https://github.com/ChipWolf/dotfiles/commit/138801091601b85ac8225d9351a5b487cece7a3a))
19
+
***install:** verify crane tarball checksum before extraction ([b91841e](https://github.com/ChipWolf/dotfiles/commit/b91841e653e342cfa61d44f449df1083b509ccda))
20
+
***readme:** correct git config path in Forking section ([98a2aab](https://github.com/ChipWolf/dotfiles/commit/98a2aabbd8c9ffdeec521935baa34f18ce6468e0))
21
+
22
+
23
+
### Miscellaneous
24
+
25
+
***renovate:** track crane version in install.sh via regex manager ([14a986e](https://github.com/ChipWolf/dotfiles/commit/14a986ea67ec1d0aba844cd573106f55319693b6))
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.3) 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.4.0) 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.3/install.sh)"
50
+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.4.0/install.sh)"
51
51
```
52
52
<!-- x-release-please-end -->
53
53
54
54
**Windows** (PowerShell, the script self-elevates)
0 commit comments