Notes to Self

Alex Sokolsky's Notes on Computers and Programming

mise

Installation

Install it.

I use zsh with oh-my-zsh and added mise plugin to my .zshrc.

Troubleshooting

Error: usage CLI not found. This is required for completions to work in mise.

Resolution - install usage globally:

mise use -g usage

WARN GitHub rate limit exceeded.

Resolution from Troubleshooting: pass a token. In my .zshenv:

export MISE_GITHUB_TOKEN="ghp_xxxxxxxx"

Using mise with your repo

Steps:

mise trust
mise install