28 lines
368 B
Markdown
28 lines
368 B
Markdown
|
# [bat](https://github.com/sharkdp/bat)
|
||
|
|
||
|
| Distribution | Package |
|
||
|
| ------------ | ------- |
|
||
|
| Arch Linux | `bat` |
|
||
|
| Ubuntu | `bat` |
|
||
|
| 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
|
||
|
```
|