diff --git a/pages.nl/common/omz.md b/pages.nl/common/omz.md new file mode 100644 index 00000000000000..506a3f70c0b000 --- /dev/null +++ b/pages.nl/common/omz.md @@ -0,0 +1,36 @@ +# omz + +> Oh My Zsh command-line hulpprogramma. +> Meer informatie: . + +- Update Oh My Zsh: + +`omz update` + +- Toon de wijzigingen van de laatste update van Oh My Zsh: + +`omz changelog` + +- Herstart de huidige Zsh-sessie en Oh My Zsh: + +`omz reload` + +- Toon alle beschikbare plugins: + +`omz plugin list` + +- Toon alle geactiveerde plugins: + +`omz plugin list --enabled` + +- Schakel een Oh My Zsh-plugin in/uit: + +`omz plugin {{enable|disable}} {{plugin}}` + +- Toon alle beschikbare thema's: + +`omz theme list` + +- Stel een Oh My Zsh-thema in in `~/.zshrc`: + +`omz theme set {{thema}}`