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