-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yaourtrc
62 lines (47 loc) · 920 Bytes
/
.yaourtrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#AlwaysUpgradeAur yes
#
#AlwaysUpgradeDevel no
#
#AurVoteSupport no
#
#ColorMod normal
#
#DontNeedToPressEnter yes
#
#EditPkgbuild no
#
#ForceEnglish no
#
#LastCommentsNumber 5
#
#LastCommentsOrder asc
#
#NoConfirm yes
#
#PacmanBin /usr/bin/pacman-color
#
#PkgbuildEditor vim
# alwasy search for available upgrade when running 'yaourt -Su'
AURUPGRADE=1
# give details about upgrading ( new version/release)
DETAILUPGRAD=1
# alwasy search for devel version(git/svn) when upgrading
#DEVEL=1
# do not vote
AURVOTE=0
# save exising config file with .pacnew extension
#AUTOSAVEBACKUPFILE=1
COLORMODE="normal"
# needn't answer yes/no question
NOENTER=1
# do not prompt user for editing PKGBUILD
EDITFILES=0
# show last 5 comments
MAXCOMMENTS=5
# always use the default choice
NOCONFIRM=1
# make your life a bit more colorful
PacmanBin="/usr/bin/pacman-color"
# use vim to edit PKGFILE
EDITOR="vim"
AURSEARCH=1