Install bat using your system's package manager
bat is available in every major package manager. Pick the one command that matches your operating system and run it. On Ubuntu/Debian the binary may be called 'batcat' instead of 'bat' — that is normal and covered in the next step.
On Ubuntu/Debian the command is 'batcat', not 'bat', after install.
Run 'batcat README.md' instead of 'bat README.md', or create an alias with: mkdir -p ~/.local/bin && ln -s $(which batcat) ~/.local/bin/bat
