mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update format of pikaur config
This commit is contained in:
parent
3503bfa37f
commit
5b34502156
1 changed files with 28 additions and 26 deletions
|
|
@ -1,37 +1,39 @@
|
|||
[sync]
|
||||
DevelPkgsExpiration = 10
|
||||
AlwaysShowPkgOrigin = yes
|
||||
UpgradeSorting = versiondiff
|
||||
ShowDownloadSize = yes
|
||||
IgnoreOutofdateAurUpgrades = no
|
||||
develpkgsexpiration = 10
|
||||
alwaysshowpkgorigin = yes
|
||||
upgradesorting = versiondiff
|
||||
showdownloadsize = yes
|
||||
ignoreoutofdateaurupgrades = no
|
||||
|
||||
[build]
|
||||
KeepBuildDir = yes
|
||||
KeepDevBuildDir = yes
|
||||
KeepBuildDeps = no
|
||||
SkipFailedBuild = no
|
||||
DontEditByDefault = no
|
||||
NoEdit = no
|
||||
NoDiff = no
|
||||
GitDiffArgs = --ignore-space-change,--ignore-all-space
|
||||
AlwaysUseDynamicUsers = no
|
||||
keepbuilddir = yes
|
||||
keepdevbuilddir = yes
|
||||
keepbuilddeps = no
|
||||
skipfailedbuild = no
|
||||
donteditbydefault = no
|
||||
noedit = no
|
||||
nodiff = no
|
||||
gitdiffargs = --ignore-space-change,--ignore-all-space
|
||||
alwaysusedynamicusers = no
|
||||
|
||||
[colors]
|
||||
Version = 10
|
||||
VersionDiffOld = 11
|
||||
VersionDiffNew = 9
|
||||
version = 10
|
||||
versiondiffold = 11
|
||||
versiondiffnew = 9
|
||||
|
||||
[ui]
|
||||
RequireEnterConfirm = yes
|
||||
DiffPager = auto
|
||||
PrintCommands = no
|
||||
ReverseSearchSorting = yes
|
||||
requireenterconfirm = yes
|
||||
diffpager = auto
|
||||
printcommands = no
|
||||
reversesearchsorting = yes
|
||||
|
||||
[misc]
|
||||
SudoLoopInterval = 59
|
||||
PacmanPath = pacman
|
||||
AurHost = aur.tuna.tsinghua.edu.cn
|
||||
NewsUrl = https://www.archlinux.org/feeds/news/
|
||||
sudoloopinterval = 59
|
||||
pacmanpath = pacman
|
||||
aurhost = aur.tuna.tsinghua.edu.cn
|
||||
newsurl = https://www.archlinux.org/feeds/news/
|
||||
privilegeescalationtool = sudo
|
||||
|
||||
[network]
|
||||
Socks5Proxy =
|
||||
socks5proxy =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue