mise
- about
- demo and docs
- repo
- with built-in support for secrets
Installation
I use zsh with oh-my-zsh and added mise plugin to my .zshrc. Then:
mise use -g usage
I ran into:
mise use -g usage
mise WARN GitHub rate limit exceeded. Resets at 2026-04-03 15:35:38 -07:00
Resolution from Troubleshooting:
pass a token.
In my .zshenv:
export MISE_GITHUB_TOKEN="ghp_xxxxxxxx"
Using mise with your repo
Steps:
- establish trust:
mise trust - install the toolchain as specified in mise.toml:
mise install - you can now
mise run targetor justmise target