brew-bundle, brew-cask, brew: add Italian translation (#4454)

This commit is contained in:
Carlo Federico Vescovo
2020-10-05 16:32:25 +02:00
committed by GitHub
parent 458ee12288
commit 6e158e0439
3 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# brew bundle
> Bundler per Homebrew, Homebrew Cask e per il Mac App Store.
> Più informazioni: <https://github.com/Homebrew/homebrew-bundle>.
- Installa un pacchetto da un Brewfile nel percorso corrente:
`brew bundle`
- Installa pacchetti da un Brewfile specifico in un percorso specifico:
`brew bundle --file={{percorso/del/file}}`
- Crea un Brewfile con tutti i pacchetti installati:
`brew bundle dump`
- Disinstalla tutti i pacchetti non specificati nel Brewfile:
`brew bundle cleanup --force`
- Controlla se c'è qualcosa da installare o da aggiornare nel Brewfile:
`brew bundle check`
- Mostra una lista di tutte le righe presenti nel Brewfile:
`brew bundle list --all`