]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/mise.json
Add missing underscore to jupyter entry (#457)
[xdg-ninja.git] / programs / mise.json
1 {
2 "name": "mise",
3 "files": [
4 {
5 "path": "$HOME/.mise.toml",
6 "movable": true,
7 "help": "Create a directory for mise-en-place within your `XDG_CONFIG_HOME`:\n\n```mkdir -p '$XDG_CONFIG_HOME/mise'```\n\nSet the `MISE_CONFIG_DIR` environment variable to point to this new directory:\n\n```export MISE_CONFIG_DIR='$XDG_CONFIG_HOME/mise'```\n\nThen move the file to the new location:\n\n```mv ~/.mise.toml _'$XDG_CONFIG_HOME/mise/config.toml```"
8 }
9 ]
10 }