|
|
|
@ -18,8 +18,8 @@ plugins=(... brew) |
|
|
|
| `bubo` | `brew update && brew outdated` | Update Homebrew and all formulae, then list outdated formulae. | |
|
|
|
| `bubo` | `brew update && brew outdated` | Update Homebrew and all formulae, then list outdated formulae. | |
|
|
|
| `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae, then run cleanup. | |
|
|
|
| `bubc` | `brew upgrade && brew cleanup` | Upgrade outdated formulae, then run cleanup. | |
|
|
|
| `bubu` | `bubo && bubc` | Do the last two operations above. | |
|
|
|
| `bubu` | `bubo && bubc` | Do the last two operations above. | |
|
|
|
| `bcubo` | `brew update && brew cask outdated` | Update Homebrew and alll formulae, then list outdated casks. | |
|
|
|
| `bcubo` | `brew update && brew outdated --cask` | Update Homebrew and all formulae, then list outdated casks. | |
|
|
|
| `bcubc` | `brew cask reinstall $(brew cask outdated) && brew cleanup` | Update outdated casks, then run cleanup. | |
|
|
|
| `bcubc` | `brew cask reinstall $(brew outdated --cask) && brew cleanup` | Update outdated casks, then run cleanup. | |
|
|
|
|
|
|
|
|
|
|
|
## Completion |
|
|
|
## Completion |
|
|
|
|
|
|
|
|
|
|
|
|