mirror of
https://github.com/Snigdha-OS/snigdhaos-system-config.git
synced 2025-09-06 20:55:14 +02:00
🧹 chore: update config
This commit is contained in:
@@ -7,102 +7,88 @@
|
|||||||
# GENERAL OPTIONS
|
# GENERAL OPTIONS
|
||||||
#
|
#
|
||||||
[options]
|
[options]
|
||||||
# The following paths are commented out with their default values listed.
|
# Default paths - uncomment and update if you want to change the paths.
|
||||||
# If you wish to use different paths, uncomment and update the paths.
|
|
||||||
#RootDir = /
|
#RootDir = /
|
||||||
#DBPath = /var/lib/pacman/
|
#DBPath = /var/lib/pacman/
|
||||||
#CacheDir = /var/cache/pacman/pkg/
|
#CacheDir = /var/cache/pacman/pkg/
|
||||||
#LogFile = /var/log/pacman.log
|
#LogFile = /var/log/pacman.log
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
|
|
||||||
HoldPkg = pacman glibc
|
HoldPkg = pacman glibc
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
||||||
#CleanMethod = KeepInstalled
|
|
||||||
Architecture = auto
|
Architecture = auto
|
||||||
|
|
||||||
|
# Package upgrade exclusions
|
||||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||||
#IgnorePkg =
|
#IgnorePkg =
|
||||||
#IgnoreGroup =
|
#IgnoreGroup =
|
||||||
|
|
||||||
#NoUpgrade =
|
|
||||||
#NoExtract =
|
|
||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
CheckSpace # Ensure there's enough space during installs
|
||||||
|
ParallelDownloads = 5 # Allows pacman to download up to 5 packages simultaneously
|
||||||
|
DownloadUser = alpm # Download user for better permissions handling
|
||||||
|
ILoveCandy # Enable pacman’s "candy" feature for a better UI
|
||||||
|
|
||||||
|
# Color and progress bar (uncomment if you prefer)
|
||||||
#Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
|
||||||
#VerbosePkgLists
|
# Package signature verification
|
||||||
ParallelDownloads = 5
|
SigLevel = Required DatabaseOptional # Ensure all packages are signed
|
||||||
ILoveCandy
|
LocalFileSigLevel = Optional # Allow local files with optional signature verification
|
||||||
|
#RemoteFileSigLevel = Required # Uncomment to enforce signature verification for remote files
|
||||||
|
|
||||||
|
# Disable sandbox (if necessary for advanced configurations)
|
||||||
|
#DisableSandbox
|
||||||
|
|
||||||
# By default, pacman accepts packages signed by keys that its local keyring
|
# 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.
|
# trusts (see pacman-key and its man page), as well as unsigned packages.
|
||||||
SigLevel = Required DatabaseOptional
|
# Ensure to run `pacman-key --init` before first using pacman.
|
||||||
LocalFileSigLevel = Optional
|
|
||||||
#RemoteFileSigLevel = Required
|
|
||||||
|
|
||||||
# NOTE: You must run `pacman-key --init` before first using pacman; the local
|
|
||||||
# keyring can then be populated with the keys of all official Arch Linux
|
|
||||||
# packagers with `pacman-key --populate archlinux`.
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# REPOSITORIES
|
# REPOSITORIES
|
||||||
# - can be defined here or included from another file
|
# - Repositories are listed in order. Pacman will use the first available repository.
|
||||||
# - pacman will search repositories in the order defined here
|
# - Custom mirrors can be added here or in separate files.
|
||||||
# - local/custom mirrors can be added here or in separate files
|
# - Use `Include` to include a list of mirrors.
|
||||||
# - repositories listed first will take precedence when packages
|
|
||||||
# have identical names, regardless of version number
|
|
||||||
# - URLs will have $repo replaced by the name of the current repo
|
|
||||||
# - URLs will have $arch replaced by the name of the architecture
|
|
||||||
#
|
#
|
||||||
# Repository entries are of the format:
|
# Repository entries are of the format:
|
||||||
# [repo-name]
|
# [repo-name]
|
||||||
# Server = ServerName
|
# Server = ServerName
|
||||||
# Include = IncludePath
|
# Include = IncludePath
|
||||||
#
|
#
|
||||||
# The header [repo-name] is crucial - it must be present and
|
|
||||||
# uncommented to enable the repo.
|
|
||||||
#
|
|
||||||
|
|
||||||
# The testing repositories are disabled by default. To enable, uncomment the
|
# Official Arch repositories
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
[core-testing]
|
||||||
# after the header, and they will be used before the default mirrors.
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[core-testing]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[snigdhaos-core]
|
[extra-testing]
|
||||||
SigLevel = Never
|
Include = /etc/pacman.d/mirrorlist
|
||||||
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
|
||||||
|
|
||||||
#[extra-testing]
|
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[snigdhaos-extra]
|
# Snigdha OS custom repositories
|
||||||
SigLevel = Never
|
[snigdhaos-core]
|
||||||
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
[snigdhaos-extra]
|
||||||
# enable the multilib repositories as required here.
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
#[multilib-testing]
|
# Multilib repositories for 32-bit compatibility on x86_64 systems
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
[multilib-testing]
|
||||||
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[multilib]
|
[multilib]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# Chaotic AUR repository for additional packages
|
||||||
# tips on creating your own repositories.
|
[chaotic-aur]
|
||||||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
|
||||||
|
# Custom repositories (uncomment and configure if needed)
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
[chaotic-aur]
|
|
||||||
Include = /etc/pacman.d/chaotic-mirrorlist
|
|
||||||
|
Reference in New Issue
Block a user