til/Applications/Misc/bat.md

29 lines
395 B
Markdown
Raw Normal View History

2020-10-05 03:28:59 +00:00
# [bat](https://github.com/sharkdp/bat)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `bat` |
| 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
```