Parcourir la source

omz: add German translation (#11151)

* feat: add german translation

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* Update pages.de/common/omz.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Jan il y a 1 an
Parent
commit
d6518d26fe
1 fichiers modifiés avec 32 ajouts et 0 suppressions
  1. 32 0
      pages.de/common/omz.md

+ 32 - 0
pages.de/common/omz.md

@@ -0,0 +1,32 @@
+# omz
+
+> Oh My Zsh Kommandozeilenwerkzeug.
+> Weitere Informationen: <https://github.com/ohmyzsh/ohmyzsh>.
+
+- 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}}`