Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.16 KB

zsh-mise

A zsh plugin for mise a polyglot tool version manager. It replaces tools like asdf, nvm, pyenv, rbenv, etc.

Prerequisite Checks

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

  • mise - mise-en-place a fast polyglot version manager.
  • usage - generates shell completions based of a usage specification.

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 install usage which is required by mise to generate the zsh completions. This can be done by running the following:

mise use --global usage@latest

Finally 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.