mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Only run this if we are missing bat
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
# Add missing installation of bat
|
||||
echo "Add missing installation of bat (used by the ff alias)"
|
||||
yay -S --noconfirm --needed bat
|
||||
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
|
||||
|
Reference in New Issue
Block a user