2013-05-20 04:24:47 +08:00
|
|
|
Homebrew
|
|
|
|
========
|
|
|
|
|
2018-10-12 16:55:55 +08:00
|
|
|
Defines Homebrew specific environment variables and aliases.
|
2018-09-15 12:40:08 +08:00
|
|
|
|
2018-10-12 16:55:55 +08:00
|
|
|
Variables
|
|
|
|
---------
|
2018-09-15 12:40:08 +08:00
|
|
|
|
|
|
|
Execute the following to list the environment variables loaded in the shell:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
brew shellenv
|
|
|
|
```
|
2013-05-20 04:24:47 +08:00
|
|
|
|
|
|
|
Aliases
|
|
|
|
-------
|
|
|
|
|
2014-05-03 03:20:23 +08:00
|
|
|
### Homebrew
|
|
|
|
|
2013-05-20 04:24:47 +08:00
|
|
|
- `brewc` cleans outdated brews and their cached archives.
|
|
|
|
- `brewi` installs a formula.
|
2019-10-17 14:55:40 +08:00
|
|
|
- `brewL` lists installed formulae that are not dependencies of another installed formula.
|
2013-05-20 04:24:47 +08:00
|
|
|
- `brewl` lists installed formulae.
|
2017-07-20 01:41:39 +08:00
|
|
|
- `brewo` lists brews which have an update available.
|
2013-05-20 04:24:47 +08:00
|
|
|
- `brews` searches for a formula.
|
2021-05-01 08:12:41 +08:00
|
|
|
- `brewu` upgrades outdated formulae.
|
2013-05-20 04:24:47 +08:00
|
|
|
- `brewx` uninstalls a formula.
|
|
|
|
|
2014-05-03 03:20:23 +08:00
|
|
|
### Homebrew Cask
|
|
|
|
|
|
|
|
- `caski` installs a cask.
|
|
|
|
- `caskl` lists installed casks.
|
2017-07-20 01:41:39 +08:00
|
|
|
- `casko` lists casks which have an update available.
|
2021-05-01 08:12:41 +08:00
|
|
|
- `casks` searches for a cask.
|
|
|
|
- `casku` upgrades outdated casks.
|
2014-05-03 03:20:23 +08:00
|
|
|
- `caskx` uninstalls a cask.
|
|
|
|
|
2013-05-20 04:24:47 +08:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
|
|
|
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
2014-05-03 03:20:23 +08:00
|
|
|
- [Griffin Yourick](https://github.com/tough-griff)
|
2013-05-20 04:24:47 +08:00
|
|
|
|
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|