2013-05-19 20:24:47 +00:00
|
|
|
Homebrew
|
|
|
|
========
|
|
|
|
|
2018-10-12 08:55:55 +00:00
|
|
|
Defines Homebrew specific environment variables and aliases.
|
2018-09-15 04:40:08 +00:00
|
|
|
|
2018-10-12 08:55:55 +00:00
|
|
|
Variables
|
|
|
|
---------
|
2018-09-15 04:40:08 +00:00
|
|
|
|
|
|
|
Execute the following to list the environment variables loaded in the shell:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
brew shellenv
|
|
|
|
```
|
2013-05-19 20:24:47 +00:00
|
|
|
|
|
|
|
Aliases
|
|
|
|
-------
|
|
|
|
|
2014-05-02 19:20:23 +00:00
|
|
|
### Homebrew
|
|
|
|
|
2013-05-19 20:24:47 +00:00
|
|
|
- `brewc` cleans outdated brews and their cached archives.
|
|
|
|
- `brewi` installs a formula.
|
2019-10-17 06:55:40 +00:00
|
|
|
- `brewL` lists installed formulae that are not dependencies of another installed formula.
|
2013-05-19 20:24:47 +00:00
|
|
|
- `brewl` lists installed formulae.
|
2017-07-19 17:41:39 +00:00
|
|
|
- `brewo` lists brews which have an update available.
|
2013-05-19 20:24:47 +00:00
|
|
|
- `brews` searches for a formula.
|
2017-10-09 18:13:00 +00:00
|
|
|
- `brewu` updates and upgrades Homebrew packages and formulae.
|
2013-05-19 20:24:47 +00:00
|
|
|
- `brewx` uninstalls a formula.
|
|
|
|
|
2014-05-02 19:20:23 +00:00
|
|
|
### Homebrew Cask
|
|
|
|
|
|
|
|
- `cask` is aliased to `brew cask`.
|
|
|
|
- `caski` installs a cask.
|
|
|
|
- `caskl` lists installed casks.
|
2017-07-19 17:41:39 +00:00
|
|
|
- `casko` lists casks which have an update available.
|
2014-05-02 19:20:23 +00:00
|
|
|
- `caskx` uninstalls a cask.
|
|
|
|
|
2013-05-19 20:24:47 +00: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 19:20:23 +00:00
|
|
|
- [Griffin Yourick](https://github.com/tough-griff)
|
2013-05-19 20:24:47 +00:00
|
|
|
|
|
|
|
[1]: https://github.com/sorin-ionescu/prezto/issues
|