All Projects → JeanMertz → Chruby Fish

JeanMertz / Chruby Fish

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

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Chruby Fish

Installer
dmd installers for various systems
Stars: ✭ 74 (-12.94%)
Mutual labels:  fish, version-manager
Plugin Nvm
Node version manager wrapper for Fish shell
Stars: ✭ 173 (+103.53%)
Mutual labels:  fish, version-manager
G
Simple go version manager, gluten-free
Stars: ✭ 307 (+261.18%)
Mutual labels:  fish, version-manager
Fish Docker Compose
Fish shell completions for docker-compose
Stars: ✭ 58 (-31.76%)
Mutual labels:  fish
Dotfiles
🏠
Stars: ✭ 60 (-29.41%)
Mutual labels:  fish
Terraenv
Terraform & Terragrunt Version Manager
Stars: ✭ 72 (-15.29%)
Mutual labels:  version-manager
Mirc fish 10
"FiSH 10" - a blowfish encryption script for mIRC 7, compatible to previous FiSH scripts and other clients! Come visit us in #fish10 on EFNet!
Stars: ✭ 81 (-4.71%)
Mutual labels:  fish
Dvm
Fast and simple Deno runtime version manager written in OCaml
Stars: ✭ 58 (-31.76%)
Mutual labels:  version-manager
Oo
Simple Go Version Manager.
Stars: ✭ 77 (-9.41%)
Mutual labels:  version-manager
Jdk switcher
A yet another Ubuntu/Debian-specific tool that makes switching between multiple JDK versions a one liner
Stars: ✭ 69 (-18.82%)
Mutual labels:  version-manager
Fish detection
Fish detection using Open Images Dataset and Tensorflow Object Detection
Stars: ✭ 67 (-21.18%)
Mutual labels:  fish
Cgitc
Close Git Combat
Stars: ✭ 62 (-27.06%)
Mutual labels:  fish
Colorechoforshell
Make 🐚(shell) 's 💬 (`echo`) to be 🌈 easily ✨ Support ✅ sh ➕ bash ➕ zsh ➕ ksh ➕ 🐟
Stars: ✭ 75 (-11.76%)
Mutual labels:  fish
Chips
A fast, lightweight, and concurrent plugin manager for the fish shell, written in Haskell
Stars: ✭ 66 (-22.35%)
Mutual labels:  fish
Dotfiles.fish
my own dotfiles ported to fish
Stars: ✭ 59 (-30.59%)
Mutual labels:  fish
Vg
Virtualgo: Easy and powerful workspace based development for go
Stars: ✭ 1,213 (+1327.06%)
Mutual labels:  fish
Fish
golang h5捕鱼游戏
Stars: ✭ 58 (-31.76%)
Mutual labels:  fish
Gitfu.fish
All-purpose git utility functions in Fish.
Stars: ✭ 64 (-24.71%)
Mutual labels:  fish
.dotfiles
These are my .dotfiles. There are many like them, but these ones are mine.
Stars: ✭ 72 (-15.29%)
Mutual labels:  fish
Dotfiles
🎛️ Dotfiles for provisioning my work environment
Stars: ✭ 83 (-2.35%)
Mutual labels:  fish

chruby-fish

Build Status

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

install

note that chruby-fish is dependent on chruby, please install it first.

wget -O chruby-fish-0.8.2.tar.gz https://github.com/JeanMertz/chruby-fish/archive/v0.8.2.tar.gz
tar -xzvf chruby-fish-0.8.2.tar.gz
cd chruby-fish-0.8.2/
sudo make install

Homebrew

chruby-fish can also be installed with homebrew:

brew install chruby-fish

Or the absolute latest chruby-fish can be installed from source:

brew install chruby-fish --HEAD

chruby is installed as a dependency of chruby-fish, if you installed chruby manually, add the --without-chruby flag to the above commands.

Arch Linux

chruby-fish is included in the AUR:

yay -S chruby-fish

configuration

Add the following line to your config.fish file:

source /usr/local/share/chruby/chruby.fish

To enable auto-switching, also add the auto.fish file:

source /usr/local/share/chruby/auto.fish

If you use a custom install location for chruby, use the CHRUBY_ROOT variable to point in the right direction.

For more general instructions, see the chruby documentation.

License & Authors

Author: Jean Mertz - [email protected]

The MIT License (MIT)

Copyright (c) Jean Mertz <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].