X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/5e208d2dbff3f2f97b1212bc19b3110d70cb09d4..b92feb80f3584678a2c1336f81fc8ec5dbe0848d:/programs/conda.json diff --git a/programs/conda.json b/programs/conda.json index 3145284..dd30d71 100644 --- a/programs/conda.json +++ b/programs/conda.json @@ -1,15 +1,30 @@ { "files": [ { - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n", - "movable": false, + "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "movable": true, "path": "$HOME/.condarc" }, { - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n", + "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/.condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "movable": true, + "path": "$HOME/.conda/.condarc" + }, + { + "help": "Move the file to _\"XDG_CONFIG_HOME\"/conda/condarc_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "movable": true, + "path": "$HOME/.conda/condarc" + }, + { + "help": "Move the directory to _\"$HOME\"/.config/conda/_.\n\n_See conda documentation for details:_ https://conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#searching-for-condarc\n", + "movable": true, + "path": "$HOME/.conda/condarc.d/" + }, + { + "help": "environments.txt unsupported.\n\n_Relevant issue:_ https://github.com/b3nj5m1n/xdg-ninja/issues/14\n", "movable": false, - "path": "$HOME/.conda" + "path": "$HOME/.conda/environments.txt" } ], "name": "conda" -} \ No newline at end of file +}