A bat theme for the ambitious.
- Clone repository
- Create bat theme folder
mkdir -p "$(bat --config-dir)/themes"
- Copy
Embark.tmTheme
from repository into theme foldercp Embark.tmTheme "$(bat --config-dir)/themes"
- Rebuild
bat
cache so it can find themebat cache --build
- Run
bat --list-themes | grep Embark
and ensure that it is found. If it isn't one of the previous steps wasn't done properly.
You can either set the theme by passing the the --theme="Embark"
flag to any bat invocation.
cat --theme="Embark" README.md
Or, set it as the default theme in configuration.
echo "--theme=Embark" > $(bat --config-dir)/config
See other available ports at https://embark-theme.github.io/