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