🍺 BREW Explorer

← all formulae

chruby-fish

brew install chruby-fish v1.0.0 MIT

Thin wrapper around chruby to make it work with the Fish shell

13
30-day installs · #7856
28
90-day · #8866
177
365-day · #7665
121
★ GitHub stars · updated 3y ago

Runtime dependencies

GitHub topics

chruby fish ruby version-manager

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "chruby",
    "fish"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Thin wrapper around chruby to make it work with the Fish shell",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:23+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "chruby-fish",
  "github_default_branch": "master",
  "github_last_commit_at": "2023-06-01T00:16:06Z",
  "github_readme_excerpt": "# chruby-fish\n\n`chruby` re-implemented for the [Fish shell](https://fishshell.com). You do not need the original `chruby` installed.\n\n[![CI](https://github.com/JeanMertz/chruby-fish/actions/workflows/ci.yml/badge.svg)](https://github.com/JeanMertz/chruby-fish/actions/workflows/ci.yml)\n\n## Install\n\n```sh\nwget -O chruby-fish-1.0.0.tar.gz https://github.com/JeanMertz/chruby-fish/archive/v1.0.0.tar.gz\ntar -xzvf chruby-fish-1.0.0.tar.gz\ncd chruby-fish-1.0.0/\nsudo make install\n\n# You might want to set this too so that fish autoloads correctly:\nset -U XDG_DATA_DIRS /usr/local/share\n```\n\n### Homebrew\n\n`chruby-fish` can also be installed with [homebrew](https://brew.sh/):\n\n```sh\nbrew install chruby-fish\n```\n\nOr the absolute latest chruby-fish can be installed from source:\n\n```sh\nbrew install chruby-fish --HEAD\n```\n\n### Arch Linux\n\n`chruby-fish` is included in the [AUR](https://aur.archlinux.org/packages/chruby-fish/):\n\n```sh\nyay -S chruby-fish\n```\n\n## Fish version support\n\nThis package is tested against HEAD and the latest stable version of fish.\n\n## Configuration\n\nThe `chruby` function is in your autoload path, so you don\u0027t need to configure it.\n\nHomebrew uses different paths for Intel and Apple Silicon based Macs, you should configure your `config.fish` file accordingly. More about it [here](https://docs.brew.sh/FAQ#why-should-i-install-homebrew-in-the-default-location).\n\nAuto-switching is enabled by default, set `CHRUBY_AUTO_DISABLE=1` if you don\u0027t want that.\n\nFor more general instructions, see the [chruby documentation](https://github.com/postmodern/chruby#chruby).\n\n### Default Ruby\n\nTo select the default Ruby, simply edit `~/.ruby-version`, e.g.:\n\n```sh\necho \"ruby-3.1.2\" \u003e ~/.ruby-version\n```\n\n## License\n\nReleased under the MIT license.\n\nCopyright, 2013, by Jean Mertz \u003cjean@mertz.fm\u003e.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restrict",
  "github_repo": "JeanMertz/chruby-fish",
  "github_stars": 121,
  "github_topics": [
    "chruby",
    "fish",
    "ruby",
    "version-manager"
  ],
  "homepage": "https://github.com/JeanMertz/chruby-fish",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 13,
  "installs_365d": 177,
  "installs_90d": 28,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "chruby-fish",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 7856,
  "rank_365d": 7665,
  "rank_90d": 8866,
  "raw_hash": "e86cb35f2eabca9a",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/c/chruby-fish.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "1.0.0",
  "versioned_formulae": [],
  "why_use_this": null
}