]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
add mise.json (#440)
authorJosep <81234139+saeleor@users.noreply.github.com>
Sat, 19 Oct 2024 08:26:32 +0000 (10:26 +0200)
committerGitHub <noreply@github.com>
Sat, 19 Oct 2024 08:26:32 +0000 (10:26 +0200)
programs/mise.json [new file with mode: 0644]

diff --git a/programs/mise.json b/programs/mise.json
new file mode 100644 (file)
index 0000000..5403224
--- /dev/null
@@ -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```"
+        }
+    ]
+}