Skip to content

Commit

Permalink
Add matplotlib, terraform and ts-node
Browse files Browse the repository at this point in the history
Closes #132
  • Loading branch information
b3nj5m1n committed Nov 5, 2022
1 parent 9f45a39 commit fa40915
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/matplotlib.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions programs/terraform.json
Original file line number Diff line number Diff line change
@@ -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"
}
10 changes: 10 additions & 0 deletions programs/ts-node.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit fa40915

Please sign in to comment.