Skip to content
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

fix: gh-r ignores pkg archives by default #617

Closed
wants to merge 9 commits into from

Conversation

vladdoster
Copy link
Member

@vladdoster vladdoster commented Jan 3, 2024

Description

The latest starship release added a pkg file for only aarch64 macOS, but zinit does not support the archive type because it requires sudo rights.

If a user wants to use the pkg type, it is still possible by using bpick.

zinit for \
    from'gh-r' \
    bpick'*pkg' \
  @starship/starship

Usage examples

Screenshot 2024-01-02 at 6 29 07 PM

How Has This Been Tested?

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • Bug fix (non-breaking change which fixes an issue)
  • Documentation change
  • New feature (non-breaking change which adds functionality)

Checklist:

  • All new and existing tests passed.
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.

The latest starship added a pkg file for aarch64 macOS and zinit does not currently support the archive type because it requires sudo rights.
@vladdoster
Copy link
Member Author

zst support

before

Screenshot 2024-01-02 at 6 49 07 PM

after

Screenshot 2024-01-02 at 6 48 46 PM

@vladdoster vladdoster closed this Jan 9, 2024
@vladdoster vladdoster deleted the fix/macos-aarch64-install branch January 9, 2024 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant