mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
fix(tools): install bat and exa via rust cargo again
Neither of them provide binary releases for Apple Silicon, meaning mise cannot install them.
This commit is contained in:
@@ -1,12 +1,10 @@
|
|||||||
[tools]
|
[tools]
|
||||||
1password-cli = "latest"
|
1password-cli = "latest"
|
||||||
actionlint = "latest"
|
actionlint = "latest"
|
||||||
bat = "latest"
|
|
||||||
buf = "latest"
|
buf = "latest"
|
||||||
ctop = "latest"
|
ctop = "latest"
|
||||||
direnv = "latest"
|
direnv = "latest"
|
||||||
dust = "latest"
|
dust = "latest"
|
||||||
exa = "latest"
|
|
||||||
go = "latest"
|
go = "latest"
|
||||||
golangci-lint = "latest"
|
golangci-lint = "latest"
|
||||||
goreleaser = "latest"
|
goreleaser = "latest"
|
||||||
|
|||||||
@@ -74,10 +74,12 @@ install_rust_global_packages() {
|
|||||||
|
|
||||||
RUSTC_WRAPPER=sccache cargo binstall -y \
|
RUSTC_WRAPPER=sccache cargo binstall -y \
|
||||||
bacon \
|
bacon \
|
||||||
|
bat \
|
||||||
cargo-edit \
|
cargo-edit \
|
||||||
cargo-update \
|
cargo-update \
|
||||||
difftastic \
|
difftastic \
|
||||||
dirstat-rs \
|
dirstat-rs \
|
||||||
|
exa \
|
||||||
gitu \
|
gitu \
|
||||||
hexyl \
|
hexyl \
|
||||||
jwt-cli
|
jwt-cli
|
||||||
|
|||||||
Reference in New Issue
Block a user