Skip to content

Instantly share code, notes, and snippets.

@harshv5094
Last active February 15, 2026 14:07
Show Gist options
  • Select an option

  • Save harshv5094/fbab2b9c4e439bc0c8e82cf1c4c50849 to your computer and use it in GitHub Desktop.

Select an option

Save harshv5094/fbab2b9c4e439bc0c8e82cf1c4c50849 to your computer and use it in GitHub Desktop.
This is my pacman config file
# 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