mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Add color and pacman animation to pacman installer
Closes #174, #129 Co-authored-by: @rockorager
This commit is contained in:
@ -8,4 +8,7 @@ if ! command -v yay &>/dev/null; then
|
|||||||
cd -
|
cd -
|
||||||
rm -rf yay-bin
|
rm -rf yay-bin
|
||||||
cd ~
|
cd ~
|
||||||
|
|
||||||
|
# Add fun and color to the pacman installer
|
||||||
|
sed -i '/^\[options\]/a Color\nILoveCandy' /etc/pacman.conf
|
||||||
fi
|
fi
|
||||||
|
3
migrations/1752543801.sh
Normal file
3
migrations/1752543801.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
echo "Add color and animation to pacman installs"
|
||||||
|
grep -q '^Color' /etc/pacman.conf || sudo sed -i '/^\[options\]/a Color' /etc/pacman.conf
|
||||||
|
grep -q '^ILoveCandy' /etc/pacman.conf || sudo sed -i '/^\[options\]/a ILoveCandy' /etc/pacman.conf
|
Reference in New Issue
Block a user