-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
42 lines (32 loc) · 1.19 KB
/
Copy pathconfig.toml
File metadata and controls
42 lines (32 loc) · 1.19 KB
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
# apt-pac Configuration File
# This file controls apt-pac wrapper behavior.
# System configuration (repos, mirrors, etc.) is still in /etc/pacman.conf
[safeguards]
# Warn when removing more than this many packages
mass_removal_threshold = 20
# Warn about partial upgrades (installing packages when updates available)
warn_partial_upgrades = true
[tools]
# Privilege escalation tool: "auto", "sudo", "doas", "run0"
# "auto" tries run0 > doas > sudo in order
privilege_tool = "auto"
# User to build AUR packages as (when running via sudo)
# Options: "auto" (use SUDO_USER), or specific username
# Default: "auto"
build_user = "auto"
# Editor for edit-sources command (empty = use $EDITOR)
editor = ""
[ui]
# Output format: "apt-pac", "apt", or "pacman"
# - "apt-pac" or "apt": Formatted, colorized APT-style output (default)
# - "pacman": Show raw pacman output without formatting
show_output = "apt-pac"
# Force colors even in non-TTY environments
force_colors = false
# Verbosity level: 0 (quiet), 1 (normal), 2 (verbose), 3 (debug)
verbosity = 1
# Show the actual pacman command before executing
show_pacman_command = false
[defaults]
# Always sync file database (-Fy) during upgrade
always_sync_files = true