2020-10-05 03:28:59 +00:00
|
|
|
# [bat](https://github.com/sharkdp/bat)
|
|
|
|
|
|
|
|
| Distribution | Package |
|
|
|
|
| ------------ | ------- |
|
|
|
|
| Arch Linux | `bat` |
|
2021-02-17 16:58:59 +00:00
|
|
|
| Debian | `bat` |
|
2020-10-05 03:28:59 +00:00
|
|
|
| Ubuntu | `bat` |
|
2020-12-01 16:10:02 +00:00
|
|
|
| Fedora | `bat` |
|
2020-10-05 03:28:59 +00:00
|
|
|
| Homebrew | `bat` |
|
|
|
|
|
|
|
|
List themes:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
bat --list-themes
|
|
|
|
```
|
|
|
|
|
|
|
|
Edit config file at `~/.config/bat/config`:
|
|
|
|
|
|
|
|
```txt
|
|
|
|
--theme="YourFavoriteTheme"
|
|
|
|
|
|
|
|
--style="plain"
|
|
|
|
```
|
|
|
|
|
|
|
|
See more config option:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
bat --help
|
|
|
|
```
|