paru: Add paru.conf and manage only on Arch Linux machines
This commit is contained in:
parent
470afa3ec8
commit
f2554feaf5
@ -14,6 +14,10 @@ README.md
|
|||||||
.config/polybar
|
.config/polybar
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{- if ne .chezmoi.osRelease.id "arch" }}
|
||||||
|
.config/paru
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .chezmoi.username "root" }}
|
{{- if eq .chezmoi.username "root" }}
|
||||||
**/*
|
**/*
|
||||||
|
|
||||||
|
23
dot_config/paru/paru.conf
Normal file
23
dot_config/paru/paru.conf
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# See the paru.conf(5) manpage for options
|
||||||
|
|
||||||
|
[options]
|
||||||
|
PgpFetch
|
||||||
|
Devel
|
||||||
|
Provides
|
||||||
|
DevelSuffixes = -git -cvs -svn -bzr -darcs -always
|
||||||
|
SkipReview
|
||||||
|
BatchInstall
|
||||||
|
CleanAfter
|
||||||
|
RemoveMake
|
||||||
|
#SudoLoop
|
||||||
|
#UseAsk
|
||||||
|
#CombinedUpgrade
|
||||||
|
#CleanAfter
|
||||||
|
#UpgradeMenu
|
||||||
|
#NewsOnUpgrade
|
||||||
|
|
||||||
|
|
||||||
|
[bin]
|
||||||
|
FileManager = nnn
|
||||||
|
Bat = bat
|
||||||
|
Sudo = doas
|
Loading…
Reference in New Issue
Block a user