mise
Installation
SKILL.md
mise (mise-en-place)
mise is a polyglot tool version manager (replacing asdf, nvm, pyenv, rbenv), environment variable manager (replacing direnv), and task runner (replacing make, npm scripts). It's written in Rust for speed and works across macOS, Linux, and Windows.
Quick Reference
Installation
curl https://mise.run | sh # Universal
brew install mise # macOS
apt install mise # Ubuntu/Debian
mise activate zsh >> ~/.zshrc # Shell activation (zsh)
eval "$(mise activate bash)" >> ~/.bashrc # Shell activation (bash)
mise activate fish | source >> ~/.config/fish/config.fish # Fish