Skip to content

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

License

Notifications You must be signed in to change notification settings

wintermi/zsh-mise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages