hau 2020-10-05 10:28:59 +07:00
parent ff5d1b33e8
commit d03f29db1f
1 changed files with 27 additions and 0 deletions

27
Applications/Misc/bat.md Normal file
View File

@ -0,0 +1,27 @@
# [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
```