From 7cff6d02f0fdd0c8f11ca2a9e8ee231bb90ac7da Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 7 Mar 2022 10:03:06 +0100 Subject: [PATCH] Add colors in pacman and yay --- installation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/installation.sh b/installation.sh index b0ca0f3..32daa03 100644 --- a/installation.sh +++ b/installation.sh @@ -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