Skip to content

Commit

Permalink
Chezmoi: fixed eza install params
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kellogg committed Jan 28, 2025
1 parent a71292b commit 907887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .chezmoiexternal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[".local/bin/eza"]
type = "archive-file"
stripComponents = 1
path = "eza"
{{ if eq .osid "darwin" }}
url = "https://github.com/cargo-bins/cargo-quickinstall/releases/download/eza-0.20.18/eza-0.20.18-aarch64-apple-darwin.tar.gz"
{{ else }}
stripComponents = 1
url = "https://github.com/eza-community/eza/releases/download/v0.20.18/eza_x86_64-unknown-linux-gnu.tar.gz"
{{ end }}

Expand Down

0 comments on commit 907887f

Please sign in to comment.