brew-bundle, caffeinate, open and tmutil: add German translation (#5178)
* brew-bundle, caffeinate, open and tmutil: add German translation * Update pages.de/osx/brew-bundle.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/caffeinate.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages.de/osx/tmutil.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Kargins <10598483+GETandSELECT@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
This commit is contained in:
28
pages.de/osx/brew-bundle.md
Normal file
28
pages.de/osx/brew-bundle.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# brew bundle
|
||||
|
||||
> Bundler für Homebrew, Homebrew Cask und den Mac App Store.
|
||||
> Mehr Informationen: <https://github.com/Homebrew/homebrew-bundle>.
|
||||
|
||||
- Installieren von Paketen welche im Brewfile (im gleichem Pfad) sind:
|
||||
|
||||
`brew bundle`
|
||||
|
||||
- Installieren von Paketen welche im Brewfile sind (das Brewfile liegt nicht im aktuellen Pfad):
|
||||
|
||||
`brew bundle --file={{path/to/file}}`
|
||||
|
||||
- Mach eine Liste mit aller installierter Software:
|
||||
|
||||
`brew bundle dump`
|
||||
|
||||
- Deinstalliert Software die nicht im Brewfile aufgelisted sind:
|
||||
|
||||
`brew bundle cleanup --force`
|
||||
|
||||
- Prüfe ob eine Software installiert oder updated werden muss:
|
||||
|
||||
`brew bundle check`
|
||||
|
||||
- Zeige alle Software welche im Brewfile aufgelistet sind:
|
||||
|
||||
`brew bundle list --all`
|
Reference in New Issue
Block a user