diff --git a/Applications/Misc/bat.md b/Applications/Misc/bat.md new file mode 100644 index 0000000..18d59c2 --- /dev/null +++ b/Applications/Misc/bat.md @@ -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 +```