Add colors in pacman and yay
This commit is contained in:
parent
3b88a7e1b2
commit
7cff6d02f0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue