]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add configuration for clojure
authordokutan <54861821+dokutan@users.noreply.github.com>
Sun, 15 May 2022 14:43:48 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 14:43:48 +0000 (16:43 +0200)
programs/clojure.json [new file with mode: 0644]

diff --git a/programs/clojure.json b/programs/clojure.json
new file mode 100644 (file)
index 0000000..c7df049
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "clojure",
+    "files": [
+        {
+            "path": "$HOME/.clojure",
+            "movable": true,
+            "help": "XDG is supported out-of-the-box, so we can simply move the directory to _XDG_CONFIG_HOME/clojure_.\n"
+        }
+    ]
+}