From ea44395f852ee0cc01b498ad136e426d4ea6a50f Mon Sep 17 00:00:00 2001 From: Brandon Kessler Date: Wed, 24 Dec 2025 12:07:07 -0700 Subject: [PATCH] feat: installs bat --- OpenSUSE/00-install-utilities.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/OpenSUSE/00-install-utilities.sh b/OpenSUSE/00-install-utilities.sh index fae6a64..3444c1b 100755 --- a/OpenSUSE/00-install-utilities.sh +++ b/OpenSUSE/00-install-utilities.sh @@ -22,6 +22,10 @@ zypper -n install zsh #-- fzf --# zypper -n install fzf +#-- bat --# +#-- Replacement for cat --# +zypper -n install bat + #-- GNU Stow --# #-- Stow is a utility that can symlink your dot files to your home directory zypper -n install stow