mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-07-11 03:34:59 +02:00
archlinux: Add VerbosePkgLists to pacman.conf
Here I commit the addition of VerbosePkgLists for reference. It turns out that yay's package upgrade list looks significantly better than pacman's VerbosePkgLists (and is a lot more legible). Since pacman will not use VerbosePkgLists when the number of terminal columns is low enough, it makes sense to simply use the default setting instead.
This commit is contained in:
@ -23,6 +23,7 @@ echo "DefaultTimeoutStopSec=30s" >> /etc/systemd/system.conf
|
||||
|
||||
# Enable colors in pacman by uncommenting the Color line.
|
||||
sed -i '/Color/s/^#//g' /etc/pacman.conf
|
||||
sed -i '/VerbosePkgLists/s/^#//g' /etc/pacman.conf
|
||||
|
||||
# Give users in the wheel group permission to use sudo
|
||||
echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
|
||||
|
Reference in New Issue
Block a user