Added Paru
This commit is contained in:
@@ -14,3 +14,7 @@
|
||||
{{- if not .features.nix }}
|
||||
.config/nix
|
||||
{{- end }}
|
||||
|
||||
{{- if not .features.paru }}
|
||||
.config/paru
|
||||
{{- end }}
|
||||
|
||||
18
home/private_dot_config/paru/paru.conf
Normal file
18
home/private_dot_config/paru/paru.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
[options]
|
||||
# Reverse sort order of search results
|
||||
BottomUp
|
||||
|
||||
# Remove makedeps unconditionally after install
|
||||
RemoveMake
|
||||
|
||||
# Refresh sudo timestamp to avoid sudo re-prompts
|
||||
SudoLoop
|
||||
|
||||
# Skip review of build files
|
||||
SkipReview
|
||||
|
||||
# Remove build files after install
|
||||
CleanAfter
|
||||
|
||||
# Show a menu to select packages during upgrades
|
||||
UpgradeMenu
|
||||
Reference in New Issue
Block a user