]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/scriptkit.json
Flake cleanup and make usable in a system configuration (#316)
[xdg-ninja.git] / programs / scriptkit.json
1 {
2 "name": "scriptkit",
3 "files": [
4 {
5 "path": "$HOME/.kit",
6 "movable": true,
7 "help": "Export the following environment variables:\n\n```bash\nexport KIT=\"$XDG_DATA_HOME\"/scriptkit/kit\n```\n"
8 },
9 {
10 "path": "$HOME/.kenv",
11 "movable": true,
12 "help": "Export the following environment variables:\n\n```bash\nexport KIT_DOTENV_PATH=\"$XDG_DATA_HOME\"/scriptkit/env\n```\n"
13 },
14 {
15 "path": "$HOME/knode",
16 "movable": true,
17 "help": "Export the following environment variables:\n\n```bash\nexport KNODE=\"$XDG_DATA_HOME\"/scriptkit/node\n```\n"
18 }
19 ]
20 }