The best zsh plugin management system.
Go to file
2021-12-02 20:15:18 +00:00
highlight Add the highlight/ directory 2019-07-28 22:29:55 +02:00
site Site build [07/30/2019 01:06:28] 2019-07-30 01:06:50 +02:00
wiki Site build [12/02/2021 20:15:18] 2021-12-02 20:15:18 +00:00
.gitignore Site build [07/28/2019 17:27:14] 2019-07-28 17:30:15 +02:00
.nojekyll Use ".nojekyll" file 2017-09-26 11:20:33 +02:00
index.html update 2020-04-13 18:09:53 +02:00
Makefile Makefile: Replace print with echo, as the print might not be available 2019-07-31 23:17:20 +02:00
README.md Add instructions 2021-11-07 00:12:14 +01:00
zinit-autoload.zsh.pdf GitHub Pages deploy: 05a34d80c8 2020-04-13 14:58:52 +00:00
zinit-install.zsh.pdf GitHub Pages deploy: 05a34d80c8 2020-04-13 14:58:52 +00:00
zinit-side.zsh.pdf GitHub Pages deploy: 05a34d80c8 2020-04-13 14:58:52 +00:00
zinit.zsh.pdf GitHub Pages deploy: 05a34d80c8 2020-04-13 14:58:52 +00:00

How to edit the docs ie. the wiki

  1. Run make documentation
  2. Do your edits on this branch (documentation)
  3. To deploy your changes you need to:
pipx install mkdocs
pipx runpip mkdocs install mkdocs-material

- THIS WILL FORCE PUSH WHATEVER MKDOCS GENERATES TO THE GH-PAGES BRANCH: run make gh-pages.