Files
omarchy/migrations/1751135253.sh

6 lines
173 B
Bash
Raw Normal View History

2025-07-09 19:13:37 -04:00
echo "Add missing installation of bat (used by the ff alias)"
2025-06-28 11:48:08 -07:00
if ! command -v bat &>/dev/null; then
# Add missing installation of bat
yay -S --noconfirm --needed bat
fi