Add colors in pacman and yay

This commit is contained in:
Mylloon 2022-03-07 10:03:06 +01:00
parent 3b88a7e1b2
commit 7cff6d02f0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,6 +9,9 @@ sudo pacman -S base-devel gdb --noconfirm
# === Yay ===
sudo pacman -S yay --noconfirm
# === Colors yay + pacman ===
sudo sed -i "36s#.*#Color#" /etc/pacman.conf
# Disable wayland
sudo sed -i "6s#.*#WaylandEnable=false#" /etc/gdm/custom.conf