dev tools, env vars, task runner

mise is a fast, cross-platform task runner and environment manager that replaces tools like asdf, nvm, and direnv. It allows you to define project-specific environments, manage tool versions, and automate tasks through a simple configuration file. Written in Rust, it integrates seamlessly into your shell to automatically set up your developer tools and path variables as you navigate your workspace.
$ curl https://mise.run | sh$ apk add mise$ sudo pacman -S mise$ cargo install --locked mise$ sudo dnf copr enable jdxcode/mise -y && sudo dnf install mise -y$ sudo snap install mise --classic$ brew install mise$ npm install -g mise$ sudo port install mise$ nix-env -iA mise$ scoop install mise$ winget install jdx.mise$ choco install miseto comment.