From: b3nj4m1n Date: Sat, 5 Nov 2022 03:15:28 +0000 (+0100) Subject: Add matplotlib, terraform and ts-node X-Git-Tag: v0.2.0.2~131 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/fa409159c02d7252d3bc6a01e25d1bd6dac69dd4?ds=inline Add matplotlib, terraform and ts-node Closes #132 --- diff --git a/programs/matplotlib.json b/programs/matplotlib.json new file mode 100644 index 0000000..c744900 --- /dev/null +++ b/programs/matplotlib.json @@ -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 index 0000000..841d994 --- /dev/null +++ b/programs/terraform.json @@ -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 index 0000000..e4dea31 --- /dev/null +++ b/programs/ts-node.json @@ -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