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