Move to Mise
way faster than asdf and makes more sense
- tags
- mise
- asdf
Contents
Installation
Disabling asdf
First remove the asdf line in the zshrc file.
* Install mise
| |
And then in your .zshrc
| |
Then start a new shell
Use your old stuff
Make sure that things are looking good:
| |
Then
| |
My .tool-versions looks like:
| |
And now
| |
go version go1.23.5 darwin/arm64
| |
ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [arm64-darwin24]
Removing .asdf
| |
Installing global tools
| |
You can also install cli tools from say npm. For example:
| |
Setting up mise.toml
Here's a sample pnmp based node project. Put this in your project
directory, and run mise dev and it should download all of the
requirements, from node to node_modules.
| |
Tasks
Another way to define tasks is to create something in, for example,
mise/tasks/summarize
| |
Here you get the benefit of syntax highlight and all the rest.
Previously
Next