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

Add Apple Silicon support #13

Merged
merged 3 commits into from
Apr 13, 2022
Merged

Commits on Jun 14, 2021

  1. Add new Homebrew paths

    nemoDreamer committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    3ad9d0c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Rewrite brew.fish to use one for loop only

    With this change, a path is added to `$PATH` only if it is not already
    part of `$PATH` and contains a file called `brew`. Also, the path is
    added in the beginning of `$PATH` to ensure it has precedence over
    system paths, otherwise system apps like `ruby` and `python` would be
    preferred over the Homebrew variants. It should be the other way around.
    lunij authored and scorphus committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ba56756 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    0021f7a View commit details
    Browse the repository at this point in the history