# Title
A `cat(1)` clone with syntax highlighting and Git integration.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
Installation and configuration
```sh
apt install 'bat'
brew install 'bat'
dnf install 'bat'
zypper install 'bat'
bat --config-file
bat --generate-config-file
```
Usage
```sh
bat 'path/to/file'
bat 'path/to/file' --paging 'never' --theme="TwoDark"
bat --list-themes
```
## Further readings
- [Github]
### Sources
[github]: https://github.com/sharkdp/bat