Created
April 28, 2023 16:00
-
-
Save k0d4/e4f7722c90d3471759489fdacf9f5a35 to your computer and use it in GitHub Desktop.
Paru Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# $PARU_CONF | |
# /etc/paru.conf | |
# ~/.config/paru/paru.conf | |
# | |
# See the paru.conf(5) manpage for options | |
# | |
# GENERAL OPTIONS | |
# | |
[options] | |
PgpFetch | |
Devel | |
Provides | |
DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -fossil | |
#AurOnly | |
#BottomUp | |
#RemoveMake | |
SudoLoop = true | |
BatchInstall | |
#UseAsk | |
#SaveChanges | |
#CombinedUpgrade | |
CleanAfter | |
#UpgradeMenu | |
NewsOnUpgrade | |
CloneDir = /scratch/paru | |
#LocalRepo | |
#Chroot = /scratch/paruchroot | |
#Sign | |
#SignDb | |
#KeepRepoCache | |
#SkipReview | |
# | |
# Binary OPTIONS | |
# | |
[bin] | |
FileManager = /usr/bin/ytree | |
#MFlags = --skippgpcheck | |
#Sudo = doas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment