A bat theme for the ambitious.
- Clone repository
- Create bat theme folder
mkdir -p "$(bat --config-dir)/themes" - Copy
Embark.tmThemefrom repository into theme foldercp Embark.tmTheme "$(bat --config-dir)/themes" - Rebuild
batcache so it can find themebat cache --build
- Run
bat --list-themes | grep Embarkand 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.mdOr, set it as the default theme in configuration.
echo "--theme=Embark" > $(bat --config-dir)/configSee other available ports at https://embark-theme.github.io/