]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #28 from dokutan/main
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Sun, 15 May 2022 15:49:44 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Sun, 15 May 2022 15:49:44 +0000 (17:49 +0200)
Add configuration file for clojure

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"
+        }
+    ]
+}