]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
added antigen support
authorKarma Riuk <riukkarma@gmail.com>
Thu, 27 Jul 2023 10:12:40 +0000 (12:12 +0200)
committerKarma Riuk <riukkarma@gmail.com>
Thu, 27 Jul 2023 10:12:40 +0000 (12:12 +0200)
programs/antigen.json [new file with mode: 0644]

diff --git a/programs/antigen.json b/programs/antigen.json
new file mode 100644 (file)
index 0000000..736a3c1
--- /dev/null
@@ -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"
+}