mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
6 lines
173 B
Bash
6 lines
173 B
Bash
echo "Add Terminal Text Effects for rizzing Omarchy"
|
|
|
|
if ! pacman -Q python-terminaltexteffects &>/dev/null; then
|
|
sudo pacman -S --noconfirm python-terminaltexteffects
|
|
fi
|