Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 374 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 374 Bytes

vib-pacman

A vib plugin to allow using the pacman(8) package manager in vib recipes.

Module structure

Name: PacmanModule
Type: pacman
ExtraFlags:
    - "--overwrite=\"*\""
    - "--verbose"
Packages:
    - "bash"
    - "fish"

ExtraFlags can remain empty, the default flags passed to pacman are -S --noconfirm