From: Karma Riuk Date: Thu, 27 Jul 2023 10:12:40 +0000 (+0200) Subject: added antigen support X-Git-Tag: v0.2.0.2~47^2 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/951aacfc363fefeb67aab49396adf5406d118624 added antigen support --- 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" +}