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
***docs:** align markdown tables for markdown-table-formatter ([cb00674](https://github.com/ChipWolf/dotfiles/commit/cb006747846f5a32da86c4bb6f93f41d0d0ffa4d))
17
+
***lint:** remediate all MegaLinter failures and warnings ([1cfa932](https://github.com/ChipWolf/dotfiles/commit/1cfa932c77678fddecd0f40fd9d08f85799b531c))
18
+
***lint:** remediate remaining MegaLinter failures and warnings ([accd1a1](https://github.com/ChipWolf/dotfiles/commit/accd1a19a077fa20a35c904a9b4c5124b955d470))
19
+
***lint:** replace markdownlint-cli2 config with markdownlint-cli format ([f8df0a7](https://github.com/ChipWolf/dotfiles/commit/f8df0a7c47780fed61f240e4a430647af284ecee))
20
+
***windows:** set XDG_CONFIG_HOME and fix Lazy sync syntax ([ea857e5](https://github.com/ChipWolf/dotfiles/commit/ea857e5b1a57550b8f2e79f0d3aa9232384de48f))
21
+
***windows:** use pwsh for ps1 scripts to bypass execution policy ([200d75f](https://github.com/ChipWolf/dotfiles/commit/200d75fb714afdbdd1e2d3bbb477979681187e94))
22
+
23
+
24
+
### Miscellaneous
25
+
26
+
***deps:** update dependency gh to v2.89.0 ([#25](https://github.com/ChipWolf/dotfiles/issues/25)) ([a2349f1](https://github.com/ChipWolf/dotfiles/commit/a2349f1d91a5cd6add7c85355b35d3b2b245f5d9))
27
+
***deps:** update github/codeql-action digest to c10b806 ([#22](https://github.com/ChipWolf/dotfiles/issues/22)) ([a9aca9b](https://github.com/ChipWolf/dotfiles/commit/a9aca9be39cc49c55eef64b03ba355979f1beff0))
28
+
***opencode:** allow gh run view * in bash permissions ([c3b8e53](https://github.com/ChipWolf/dotfiles/commit/c3b8e536b74619fee880b50b1a7e789f3243b025))
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
@@ -40,14 +40,14 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
40
40
> [!WARNING]
41
41
> 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.
42
42
>
43
-
> 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 -->
43
+
> The install scripts are published as [GitHub Release](https://github.com/chipwolf/dotfiles/releases/tag/v1.5.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 -->
44
44
45
45
**macOS / Linux**
46
46
47
47
<!-- x-release-please-start-version -->
48
48
49
49
```sh
50
-
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.4.0/install.sh)"
50
+
sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.5.0/install.sh)"
51
51
```
52
52
53
53
<!-- x-release-please-end -->
@@ -57,7 +57,7 @@ sh -c "$(curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.4.
0 commit comments