pikaur conf
This commit is contained in:
parent
f0a2029df5
commit
1081e61563
1 changed files with 44 additions and 0 deletions
44
.config/pikaur.conf
Normal file
44
.config/pikaur.conf
Normal file
|
@ -0,0 +1,44 @@
|
|||
[sync]
|
||||
alwaysshowpkgorigin = no
|
||||
develpkgsexpiration = -1
|
||||
upgradesorting = versiondiff
|
||||
showdownloadsize = yes
|
||||
ignoreoutofdateaurupgrades = no
|
||||
|
||||
[build]
|
||||
keepbuilddir = yes
|
||||
keepdevbuilddir = yes
|
||||
keepbuilddeps = no
|
||||
skipfailedbuild = no
|
||||
alwaysusedynamicusers = no
|
||||
|
||||
[review]
|
||||
noedit = yes
|
||||
donteditbydefault = yes
|
||||
nodiff = no
|
||||
gitdiffargs = --ignore-space-change,--ignore-all-space
|
||||
diffpager = auto
|
||||
hidedifffiles = .SRCINFO
|
||||
|
||||
[colors]
|
||||
version = 10
|
||||
versiondiffold = 11
|
||||
versiondiffnew = 9
|
||||
|
||||
[ui]
|
||||
requireenterconfirm = yes
|
||||
printcommands = no
|
||||
reversesearchsorting = yes
|
||||
|
||||
[misc]
|
||||
sudoloopinterval = 50
|
||||
pacmanpath = pacman
|
||||
privilegeescalationtool = sudo
|
||||
|
||||
[network]
|
||||
aururl = https://aur.archlinux.org
|
||||
newsurl = https://www.archlinux.org/feeds/news/
|
||||
socks5proxy =
|
||||
aurhttpproxy =
|
||||
aurhttpsproxy =
|
||||
|
Loading…
Reference in a new issue