2025-08-07 18:19:16 -04:00

6 lines
173 B
Bash

echo "Add missing installation of bat (used by the ff alias)"
if ! command -v bat &>/dev/null; then
# Add missing installation of bat
yay -S --noconfirm --needed bat
fi