File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,15 +46,19 @@ Opinionated dotfiles managed with [chezmoi](https://chezmoi.io). One repo config
4646
4747** macOS / Linux**
4848
49+ <!-- x-release-please-start-version -->
4950``` sh
50- sh -c " $( curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh) " # x-release-please-version
51+ sh -c " $( curl -fsSL https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.sh) "
5152```
53+ <!-- x-release-please-end -->
5254
5355** Windows** (PowerShell, the script self-elevates)
5456
57+ <!-- x-release-please-start-version -->
5558``` powershell
56- irm https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.ps1 | iex # x-release-please-version
59+ irm https://github.com/chipwolf/dotfiles/releases/download/v1.1.0/install.ps1 | iex
5760```
61+ <!-- x-release-please-end -->
5862
5963### What happens
6064
@@ -175,13 +179,15 @@ This covers:
175179
176180Verify:
177181
182+ <!-- x-release-please-start-version -->
178183``` sh
179184# Install scripts (download the asset first)
180185gh attestation verify install.sh --owner chipwolf
181186
182187# Container image
183- gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.1.0 --owner chipwolf # x-release-please-version
188+ gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.1.0 --owner chipwolf
184189```
190+ <!-- x-release-please-end -->
185191
186192---
187193
You can’t perform that action at this time.
0 commit comments