Last active
February 15, 2026 14:07
-
-
Save harshv5094/fbab2b9c4e439bc0c8e82cf1c4c50849 to your computer and use it in GitHub Desktop.
This is my pacman config 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
| # See the pacman.conf(5) manpage for option and repository directives | |
| # Paste this file in /etc/ | |
| # This is a base options for pacman.conf | |
| [options] | |
| Color | |
| ILoveCandy | |
| VerbosePkgLists | |
| HoldPkg = pacman glibc ly | |
| Architecture = auto | |
| CheckSpace | |
| ParallelDownloads = 5 | |
| DownloadUser = alpm | |
| # By default, pacman accepts packages signed by keys that its local keyring | |
| # trusts (see pacman-key and its man page), as well as unsigned packages. | |
| SigLevel = Required DatabaseOptional | |
| LocalFileSigLevel = Optional | |
| # pacman searches repositories in the order defined here | |
| [core] | |
| Include = /etc/pacman.d/mirrorlist | |
| [extra] | |
| Include = /etc/pacman.d/mirrorlist | |
| [chaotic-aur] | |
| Include = /etc/pacman.d/chaotic-mirrorlist | |
| [multilib] | |
| Include = /etc/pacman.d/mirrorlist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment