]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add matplotlib, terraform and ts-node
authorb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 5 Nov 2022 03:15:28 +0000 (04:15 +0100)
committerb3nj4m1n <b3nj4m1n@gmx.net>
Sat, 5 Nov 2022 03:15:28 +0000 (04:15 +0100)
Closes #132

programs/matplotlib.json [new file with mode: 0644]
programs/terraform.json [new file with mode: 0644]
programs/ts-node.json [new file with mode: 0644]

diff --git a/programs/matplotlib.json b/programs/matplotlib.json
new file mode 100644 (file)
index 0000000..c744900
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Matplotlib will use _XDG_CONFIG_HOME/matplotlib_ and _XDG_CACHE_HOME/matplotlib_ on linux by default if the directories are writable.\n\nYou can also set the _MPLCONFIGDIR_ environment variable, see the [documentation](https://matplotlib.org/stable/users/faq/environment_variables_faq.html#envvar-MPLCONFIGDIR).\n",
+            "movable": true,
+            "path": "$HOME/.matplotlib"
+        }
+    ],
+    "name": "matplotlib"
+}
\ No newline at end of file
diff --git a/programs/terraform.json b/programs/terraform.json
new file mode 100644 (file)
index 0000000..841d994
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/hashicorp/terraform/pull/31952\n",
+            "movable": false,
+            "path": "$HOME/.terraform.d"
+        }
+    ],
+    "name": "terraform"
+}
\ No newline at end of file
diff --git a/programs/ts-node.json b/programs/ts-node.json
new file mode 100644 (file)
index 0000000..e4dea31
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "files": [
+        {
+            "help": "Export the following environment variables:\n\n```bash\nexport TS_NODE_HISTORY=\"$XDG_STATE_HOME\"/ts_node_repl_history\n```\n",
+            "movable": true,
+            "path": "$HOME/.ts_node_repl_history"
+        }
+    ],
+    "name": "ts-node"
+}
\ No newline at end of file