Skip to content

embark-theme/bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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/

Releases

No releases published

Packages

No packages published