From 951aacfc363fefeb67aab49396adf5406d118624 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 27 Jul 2023 12:12:40 +0200 Subject: [PATCH] added antigen support --- programs/antigen.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/antigen.json diff --git a/programs/antigen.json b/programs/antigen.json new file mode 100644 index 00000000..736a3c11 --- /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" +}