Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 984 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 984 Bytes

Bat

A bat theme for the ambitious.

theme screenshot

Installation

  1. Clone repository
  2. Create bat theme folder
    mkdir -p "$(bat --config-dir)/themes"
  3. Copy Embark.tmTheme from repository into theme folder
    cp Embark.tmTheme "$(bat --config-dir)/themes"
  4. Rebuild bat cache so it can find theme
    bat cache --build
  5. 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.

Usage

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

Thanks to


See other available ports at https://embark-theme.github.io/