-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: bad cpu type for executables exa and jq #574
Comments
Upon close inspection, it turns out that for Downloading jqlang/jq… (at label: jq…)
[gh-r] Error: bpick ice found no release assets. To fix, modify the bpick glob pattern *macos-arm*
[gh-r] Error: No GitHub release assets found for jq-1.6 Fixed it by For
|
Exa is unmaintained and the maintained fork is You shouldn't have any issue using the x86_64 exa binary. I use the follwing recipe (GitHub link): zi aliases from'gh-r' lbin'!' light-mode nocompile for \
atload"!(){setopt no_aliases;alias l='eza -blF';alias la='eza -abghilmu';alias ll='eza -al';alias ls='eza --git --group-directo
ries-first';}" \
if'[[ $VENDOR != apple ]]' \
@eza-community/eza \
atload"!(){setopt no_aliases;alias l='exa -blF';alias la='exa -abghilmu';alias ll='exa -al';alias ls='exa --git --group-directo
ries-first';}" \
if'[[ $VENDOR = apple ]]' \
@ogham/exa You can simplify your zi load @zdharma-continuum/zinit-annex-binary-symlink
zi from'gh-r' lbin'!' for @jqlang/jq Note Ignore the debug logging (set via |
Issue closed and locked due to lack of activity. |
What happened?
zinit
is downloading the wrong binary forexa
andjq
.Steps to reproduce
Relevant output
No response
Screenshots and recordings
No response
Operating System & Version
OS: darwin22.1.0 | Vendor: apple | Machine: arm | CPU: arm64 | Processor: arm | Hardware: arm64
Zsh version
zsh 5.9 (arm-apple-darwin22.1.0)
Terminal emulator
Terminal | xterm-256color
If using WSL on Windows, which version of WSL
None
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: