A zsh plugin for mise
(formerly called rtx
) a fast polyglot version manager, replacing tools like nvm, nodenv, rbenv, rvm, chruby, pyenv, etc.
A check will be performed to verify that mise
has been installed:
mise
- mise-en-place a fast polyglot version manager.
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"
The zsh-mise plugin is released under the Apache License 2.0 unless explicitly mentioned in the file header.