brew settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Allow managing .
brew is only available for Linux and MacOS.
pkgs
allow to install:
Linux OS:
MacOS:
You need to specify the formulae name to install.
A simple example, in the file to ask to install the python3
module the :
This is just an example for illustrative purposes.
True
to enable
, False
to skip (default to False
).
opts
is not mandatory but allows to pass extra args.
brew:pkgs:opts:global
: allow passing arguments to all brew packages when installing, updating, or uninstalling a package
brew:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
brew package when installing, updating, or uninstalling the package
Extra args can be arguments described in the or can be .
In the previous example version
has been specified in the install
section of the python
package because version
can be passed into the .
brew:pkgs:opts:install
: allow passing arguments to all brew packages when installing a package (cf )
brew:pkgs:opts:update
: allow passing arguments to all brew packages when updating a package (cf )
brew:pkgs:opts:uninstall
: allow passing arguments to all brew packages when uninstalling a package (cf )
brew:pkgs:<mypkg>:opts:install
: allow to pass arguments to <mypkg>
brew packages when installing the package (cf )
brew:pkgs:<mypkg>:opts:update
: allow to pass arguments to <mypkg>
brew packages when updating the package (cf )
brew:pkgs:<mypkg>:opts:uninstall
: allow to pass arguments to <mypkg>
brew packages when uninstalling the package (cf )