]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/nyx.json
Add jfrog-cli (#486)
[xdg-ninja.git] / programs / nyx.json
1 {
2 "name": "nyx",
3 "files": [
4 {
5 "path": "$HOME/.nyx",
6 "movable": true,
7 "help": "First, create a _$XDG_CONFIG_HOME/nyxrc_ file with the following content:\n\n```\ndata_directory ~/.cache/nyx\n```\nNote that you can't use variable substitution inside nyxrc, so you will have to hardcode your _XDG_CACHE_HOME_.\nAlternatively, disable caching to disk:\n\n```\ndata_directory disabled\n```\nFinally, in your shell startup file:\n\n```sh\nalias nyx=\"nyx --config $XDG_CONFIG_HOME/nyxrc\"\n```\nSource: https://nyx.torproject.org/#configuration\n"
8 }
9 ]
10 }