From 04394504a28cb2c0e6ef166ae5f283406646e1aa Mon Sep 17 00:00:00 2001 From: Josep <81234139+saeleor@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:39:34 +0200 Subject: [PATCH] add mise.json --- programs/mise.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/mise.json diff --git a/programs/mise.json b/programs/mise.json new file mode 100644 index 0000000..5403224 --- /dev/null +++ b/programs/mise.json @@ -0,0 +1,10 @@ +{ + "name": "mise", + "files": [ + { + "path": "$HOME/.mise.toml", + "movable": true, + "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```" + } + ] +}