From d6518d26fe3a3a77d8e0546333abaea687386dfe Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 22 Oct 2023 15:38:34 +0200 Subject: [PATCH] omz: add German translation (#11151) * feat: add german translation * Update pages.de/common/omz.md Co-authored-by: Juri Dispan * Update pages.de/common/omz.md Co-authored-by: Juri Dispan * Update pages.de/common/omz.md Co-authored-by: Juri Dispan * Update pages.de/common/omz.md Co-authored-by: Juri Dispan * Update pages.de/common/omz.md Co-authored-by: Juri Dispan --------- Co-authored-by: Juri Dispan --- pages.de/common/omz.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages.de/common/omz.md diff --git a/pages.de/common/omz.md b/pages.de/common/omz.md new file mode 100644 index 000000000..1cb1cdf9c --- /dev/null +++ b/pages.de/common/omz.md @@ -0,0 +1,32 @@ +# omz + +> Oh My Zsh Kommandozeilenwerkzeug. +> Weitere Informationen: . + +- Aktualisiere Oh My Zsh: + +`omz update` + +- Zeige die Änderungen im neuesten Update von Oh My Zsh an: + +`omz changelog` + +- Starte die aktuelle zsh-Sitzung und Oh My Zsh neu: + +`omz reload` + +- Zeige eine Liste aller verfügbaren Plugins an: + +`omz plugin list` + +- Aktiviere/Deaktiviere ein Oh My Zsh-Plugin: + +`omz plugin {{enable|disable}} {{plugin}}` + +- Zeige eine Liste aller verfügbaren Themen an: + +`omz theme list` + +- Wähle ein Oh My Zsh-Thema als Standardthema: + +`omz theme set {{theme}}`