2013-05-19 22:24:47 +02:00
|
|
|
Homebrew
|
|
|
|
========
|
|
|
|
|
2018-10-12 10:55:55 +02:00
|
|
|
Defines Homebrew specific environment variables and aliases.
|
2018-09-15 06:40:08 +02:00
|
|
|
|
2018-10-12 10:55:55 +02:00
|
|
|
Variables
|
|
|
|
---------
|
2018-09-15 06:40:08 +02:00
|
|
|
|
|
|
|
Execute the following to list the environment variables loaded in the shell:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
brew shellenv
|
|
|
|
```
|
2013-05-19 22:24:47 +02:00
|
|
|
|
|
|
|
Aliases
|
|
|
|
-------
|
|
|
|
|
2014-05-02 21:20:23 +02:00
|
|
|
### Homebrew
|
|
|
|
|
2013-05-19 22:24:47 +02:00
|
|
|
- `brewc` cleans outdated brews and their cached archives.
|
|
|
|
- `brewC` cleans outdated brews, including keg-only, and their cached archives.
|
|
|
|
- `brewi` installs a formula.
|
|
|
|
- `brewl` lists installed formulae.
|
2017-07-19 19:41:39 +02:00
|
|
|
- `brewo` lists brews which have an update available.
|
2013-05-19 22:24:47 +02:00
|
|
|
- `brews` searches for a formula.
|
2017-10-09 20:13:00 +02:00
|
|
|
- `brewu` updates and upgrades Homebrew packages and formulae.
|
2013-05-19 22:24:47 +02:00
|
|
|
- `brewx` uninstalls a formula.
|
|
|
|
|
2014-05-02 21:20:23 +02:00
|
|
|
### Homebrew Cask
|
|
|
|
|
|
|
|
- `cask` is aliased to `brew cask`.
|
|
|
|
- `caski` installs a cask.
|
|
|
|
- `caskl` lists installed casks.
|
2017-07-19 19:41:39 +02:00
|
|
|
- `casko` lists casks which have an update available.
|
2014-05-02 21:20:23 +02:00
|
|
|
- `caskx` uninstalls a cask.
|
|
|
|
|
2013-05-19 22:24:47 +02:00
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][1].*
|
|
|
|
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
2014-05-02 21:20:23 +02:00
|
|
|
- [Griffin Yourick](https://github.com/tough-griff)
|
2013-05-19 22:24:47 +02:00
|
|
|
|
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|