From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Mon, 31 Jul 2023 03:47:55 +0000 (+0200) Subject: Merge pull request #296 from pawel-0/program_zapproxy X-Git-Tag: v0.2.0.2~46 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/7ce8afc509d3380561c190cb0debca42d12be68e?hp=716727bb9c9bcfe28ff65cf97232d757d79d136a Merge pull request #296 from pawel-0/program_zapproxy --- diff --git a/programs/antigen.json b/programs/antigen.json new file mode 100644 index 0000000..736a3c1 --- /dev/null +++ b/programs/antigen.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.antigen", + "movable": true, + "help": "Export the following environmental variable:\n\n```bash\nexport ADOTDIR=\"$XDG_DATA_HOME\"/antigen\n```\n\n_Note: do_ **not** _move the pre-existing antigen folder from $HOME/.antigen to the new location because it would make antigen crash (the reason is antigen hardcodes the \"$HOME/.antigen\" directory in the `init.zsh` file upon installation of the bundle), simply_ **remove** _\"$HOME/.antigen\" and the next time you will spawn an instance of zsh, antigen will install all the plugins correctly in the new location (and hardcode the new, correct, location)._\n" + } + ], + "name": "antigen" +} diff --git a/programs/cups.json b/programs/cups.json index 5620087..c947d24 100644 --- a/programs/cups.json +++ b/programs/cups.json @@ -1,10 +1,10 @@ { - "name": "CUPS", - "files": [ - { - "path": "$HOME/.cups", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" - } - ] + "name": "CUPS", + "files": [ + { + "path": "$HOME/.cups", + "movable": true, + "help": "Supported.\n\nThe file $HOME/.cups can be moved to $XDG_CONFIG_HOME/cups.\n\n_Relevant issue:_ https://github.com/OpenPrinting/cups/issues/10\n" + } + ] }