ELLIOTTCABLE / zsh-mise

A zsh plugin for `mise` (formerly called `rtx`) a fast polyglot version manager, replacing tools like nvm, nodenv, rbenv, rvm, chruby, pyenv, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zsh-mise

A zsh plugin for mise (formerly called rtx) a fast polyglot version manager, replacing tools like nvm, nodenv, rbenv, rvm, chruby, pyenv, etc.

Prerequisite Checks

A check will be performed to verify that mise has been installed:

  • mise - mise-en-place a fast polyglot version manager.

Installation

First we need to download and install mise by running the following:

curl https://mise.jdx.dev/install.sh | sh

Next we need to enable mise using the ⚡ Zap minimal zsh plugin manager, by adding the following to your .zshrc

# Install plugin
plug "wintermi/zsh-mise"

License

The zsh-mise plugin is released under the Apache License 2.0 unless explicitly mentioned in the file header.

About

A zsh plugin for `mise` (formerly called `rtx`) a fast polyglot version manager, replacing tools like nvm, nodenv, rbenv, rvm, chruby, pyenv, etc.

License:Apache License 2.0


Languages

Language:Shell 100.0%