add pikaur config
This commit is contained in:
parent
ea07b121b3
commit
f8be7b9db4
2 changed files with 49 additions and 0 deletions
|
@ -6,4 +6,5 @@ bin/lock
|
||||||
.config/alacritty
|
.config/alacritty
|
||||||
.config/leftwm
|
.config/leftwm
|
||||||
.config/autorandr
|
.config/autorandr
|
||||||
|
.config/pikaur.conf
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
48
home/private_dot_config/pikaur.conf
Normal file
48
home/private_dot_config/pikaur.conf
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
[sync]
|
||||||
|
alwaysshowpkgorigin = no
|
||||||
|
develpkgsexpiration = -1
|
||||||
|
upgradesorting = versiondiff
|
||||||
|
showdownloadsize = no
|
||||||
|
ignoreoutofdateaurupgrades = no
|
||||||
|
|
||||||
|
[build]
|
||||||
|
keepbuilddir = no
|
||||||
|
keepdevbuilddir = yes
|
||||||
|
keepbuilddeps = no
|
||||||
|
skipfailedbuild = no
|
||||||
|
alwaysusedynamicusers = no
|
||||||
|
ignorearch = no
|
||||||
|
|
||||||
|
[review]
|
||||||
|
noedit = no
|
||||||
|
donteditbydefault = yes
|
||||||
|
nodiff = yes
|
||||||
|
gitdiffargs = --ignore-space-change,--ignore-all-space
|
||||||
|
diffpager = auto
|
||||||
|
hidedifffiles = .SRCINFO
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
version = 10
|
||||||
|
versiondiffold = 11
|
||||||
|
versiondiffnew = 9
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
requireenterconfirm = yes
|
||||||
|
printcommands = no
|
||||||
|
aursearchsorting = hottest
|
||||||
|
displaylastupdated = no
|
||||||
|
groupbyrepository = yes
|
||||||
|
reversesearchsorting = no
|
||||||
|
|
||||||
|
[misc]
|
||||||
|
sudoloopinterval = 59
|
||||||
|
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