Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 524 Bytes

File metadata and controls

18 lines (18 loc) · 524 Bytes

Mellow for Bat

Install Instructions

  1. Create the configuration directory if it doesn't exist already
    mkdir -p "$(bat --config-dir)/themes"
  2. Copy the theme file into the theme directory
    wget -P "$(bat --config-dir)/themes" "https://github.com/mellow-theme/bat/raw/refs/heads/master/mellow.tmTheme"
  3. Rebuild bat's cache
    bat cache --build
  4. Set mellow as your default theme
    echo '--theme="mellow"' >> $(bat --config-dir)/config