From: JacobTravers <46337843+JacobTravers@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:54:27 +0000 (-0800) Subject: Add .acme.sh (#193) X-Git-Tag: v0.2.0.2~117 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/73db6269f25c4798b7c0b6cb5e115bc3b34ab8a4?ds=sidebyside Add .acme.sh (#193) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- diff --git a/programs/acme-sh.json b/programs/acme-sh.json new file mode 100644 index 0000000..e0fad3c --- /dev/null +++ b/programs/acme-sh.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.acme.sh", + "movable": true, + "help": "For now you can move `.acme.sh/` to `\"$XDG_CONFIG_HOME\"/acme.sh/` and alias `acme` to `acme.sh --home \"$XDG_CONFIG_HOME\"/acme.sh/`. See the [documentation](https://github.com/acmesh-official/acme.sh/wiki/How-to-install#4-advanced-installation) or [this issue](https://github.com/acmesh-official/acme.sh/issues/4408) for details. \n" + } + ], + "name": "acme.sh" +}