keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Noedit and noconfirm options in the configuration file #139

Open crsaracco opened 9 years ago

crsaracco commented 9 years ago

I'd like to be able to configure noedit and noconfirm in a configuration file so I don't have to pass in "--noedit" and/or "--noconfirm" every time I run packer.

As of right now, packer seems to be reading pacman.conf but these settings don't seem to be pacman settings.

ozky commented 9 years ago

I wan't to know this too i try to edit ~/.packer.conf but no success. it should be there as it would lot more easy to just update or install packages without adding to every packer command manually --noconfirm --noedit.