]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Merge pull request #298 from karma-riuk/antigen
authorb3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
Mon, 31 Jul 2023 03:47:16 +0000 (05:47 +0200)
committerGitHub <noreply@github.com>
Mon, 31 Jul 2023 03:47:16 +0000 (05:47 +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"
+}