scoop settings
Last updated
Was this helpful?
Last updated
Was this helpful?
Allow managing .
scoop is only available for Windows.
pkgs
allow installing some scoop packages (cf ).
You need to specify the name of the packages to install.
A simple example, in the file to ask to install the in the python3
module:
True
to enable
, False
to skip (default to False
).
opts
is not mandatory but allows to pass extra args.
scoop:pkgs:opts:global
: allow passing arguments to all scoop packages when installing, updating, or uninstalling a package
scoop:pkgs:<mypkg>:opts:global
: allow passing arguments to <mypkg>
scoop package when installing, updating, or uninstalling the package
Extra args can be arguments described in the or can be .
scoop:pkgs:opts:install
: allow passing arguments to all scoop packages when installing a package (cf function)
scoop:pkgs:opts:update
: allow passing arguments to all scoop packages when updating a package (cf function)
scoop:pkgs:opts:uninstall
: allow passing arguments to all scoop packages when uninstalling a package (cf function)
scoop:pkgs:<mypkg>:opts:install
: allow passing arguments to <mypkg>
scoop packages when installing the package (cf function)
scoop:pkgs:<mypkg>:opts:update
: allow passing arguments to <mypkg>
scoop packages when updating the package (cf function)
scoop:pkgs:<mypkg>:opts:uninstall
: allow passing arguments to <mypkg>
scoop packages when uninstalling the package (cf function)