bat is cat(1) clone with syntax highlighting and git integration.
It's absolutely incredible, except typing cat has already become permanent muscle memory.
alias cat='bat'
This alias is included in zshrc.
cd ~/.dotfiles
stow bat
bat cache --build
If there are any custom themes placed in ~/.config/bat/
, bat
will write them to cache.
To get a list of available themes:
bat --list-themes
The current theme is: Cyberdream
.