|
|
@ -8,23 +8,20 @@ Settings
|
|
|
|
--------
|
|
|
|
--------
|
|
|
|
|
|
|
|
|
|
|
|
It is possible to use a Pacman frontend with the pacman aliases provided by this
|
|
|
|
It is possible to use a Pacman frontend with the pacman aliases provided by this
|
|
|
|
package as long as that frontend supports the same command line options (Such as
|
|
|
|
package as long as that frontend supports the same command line options (The
|
|
|
|
[Pacaur][2] or [Yaourt][3]).
|
|
|
|
[AUR Helpers][2] page has a good comparison which lists if the command line
|
|
|
|
|
|
|
|
options are pacman compatible).
|
|
|
|
|
|
|
|
|
|
|
|
To enable a Pacman frontend, for example, [Pacaur][2], add the following line to
|
|
|
|
Please note that installing packages with an AUR Helper is not officially
|
|
|
|
*zpreztorc*:
|
|
|
|
supported by Archlinux. It is currently recommended to manually build AUR
|
|
|
|
|
|
|
|
packages using the [provided instructions][3]. The [aurutils][4] project has a
|
|
|
|
|
|
|
|
set of small utilities to make this easier.
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
To enable a Pacman frontend, add the following line to *zpreztorc*, substituting
|
|
|
|
zstyle ':prezto:module:pacman' frontend 'pacaur'
|
|
|
|
`pacman_frontend` with the name of the frontent:
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have enabled color globally in *zpreztorc*, you may disable it for certain
|
|
|
|
|
|
|
|
commands.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To disable `yaourt` highlighting, add the following line to *zpreztorc*:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
zstyle ':prezto:module:pacman:yaourt' color 'no'
|
|
|
|
zstyle ':prezto:module:pacman' frontend 'pacman_frontend'
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Aliases
|
|
|
|
Aliases
|
|
|
@ -50,28 +47,23 @@ Aliases
|
|
|
|
|
|
|
|
|
|
|
|
### Frontends
|
|
|
|
### Frontends
|
|
|
|
|
|
|
|
|
|
|
|
#### Yaourt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that there are currently potential security concerns relating to yaourt, so
|
|
|
|
|
|
|
|
other frontends are recommended.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- `pacc` manages *.pac\** files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions
|
|
|
|
Functions
|
|
|
|
---------
|
|
|
|
---------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- `aurget` clone an aur package
|
|
|
|
- `pacman-list-explicit` lists explicitly installed pacman packages.
|
|
|
|
- `pacman-list-explicit` lists explicitly installed pacman packages.
|
|
|
|
- `pacman-list-disowned` lists pacman disowned files.
|
|
|
|
- `pacman-list-disowned` lists pacman disowned files.
|
|
|
|
|
|
|
|
|
|
|
|
Authors
|
|
|
|
Authors
|
|
|
|
-------
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][4].*
|
|
|
|
*The authors of this module should be contacted via the [issue tracker][5].*
|
|
|
|
|
|
|
|
|
|
|
|
- [Benjamin Boudreau](https://github.com/dreur)
|
|
|
|
- [Benjamin Boudreau](https://github.com/dreur)
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
- [Sorin Ionescu](https://github.com/sorin-ionescu)
|
|
|
|
|
|
|
|
|
|
|
|
[1]: http://www.archlinux.org/pacman/
|
|
|
|
[1]: http://www.archlinux.org/pacman/
|
|
|
|
[2]: https://github.com/rmarquis/pacaur
|
|
|
|
[2]: https://wiki.archlinux.org/index.php/AUR_helpers#Comparison_table
|
|
|
|
[3]: http://archlinux.fr/yaourt-en
|
|
|
|
[3]: https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages
|
|
|
|
[4]: https://github.com/sorin-ionescu/prezto/issues
|
|
|
|
[4]: https://github.com/AladW/aurutils
|
|
|
|
|
|
|
|
[5]: https://github.com/sorin-ionescu/prezto/issues
|
|
|
|