After running apt get install bat nothing is in PATH; additionally, the suggestion isn't there, i.e.:
$ bat /etc/apt/sources.list
Command 'bat' not found, but can be installed with:
sudo apt install bacula-console-qt
So double-checked, and got nothing:
$ find / -type f -executable -name bat
Should it not be installed via cargo install bat?
I don't think apt can do it.
Please check out the README: https://github.com/sharkdp/bat#on-ubuntu-using-apt
Ahh, batcat… thanks