added paru config, It has replaced yay as my arch/aur package manager
This commit is contained in:
parent
d77e019404
commit
6cb06bbbf8
35
paru/.config/paru/paru.conf
Normal file
35
paru/.config/paru/paru.conf
Normal file
|
@ -0,0 +1,35 @@
|
|||
#
|
||||
# $PARU_CONF
|
||||
# /etc/paru.conf
|
||||
# ~/.config/paru/paru.conf
|
||||
#
|
||||
# See the paru.conf(5) manpage for options
|
||||
|
||||
Include = /etc/paru.conf
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
[options]
|
||||
PgpFetch
|
||||
Devel
|
||||
Provides
|
||||
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
|
||||
#AurOnly
|
||||
BatchInstall
|
||||
#BottomUp
|
||||
#RemoveMake
|
||||
SudoLoop
|
||||
UseAsk
|
||||
CombinedUpgrade
|
||||
CleanAfter
|
||||
#UpgradeMenu
|
||||
NewsOnUpgrade
|
||||
Redownload = all
|
||||
Rebuild = all
|
||||
|
||||
|
||||
#
|
||||
# Binary OPTIONS
|
||||
#
|
||||
[bin]
|
||||
FileManager = vifm
|
Loading…
Reference in a new issue