mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
175 B
Bash
6 lines
175 B
Bash
if ! command -v bat &>/dev/null; then
|
|
# Add missing installation of bat
|
|
echo "Add missing installation of bat (used by the ff alias)"
|
|
yay -S --noconfirm --needed bat
|
|
fi
|