Files
omarchy/migrations/1751135253.sh
David Heinemeier Hansson a873a2cf96 Clean up migrations a bit
2025-07-09 19:13:37 -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