Skip to content

catppuccin/bat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

699f60f · Dec 23, 2024

History

21 Commits
Mar 2, 2024
Mar 2, 2024
Dec 23, 2024
Dec 23, 2024
Sep 27, 2022
Mar 14, 2024
Aug 5, 2024
Mar 2, 2024
Apr 9, 2024
Jul 20, 2024

Repository files navigation

Logo
Catppuccin for Bat

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Create a theme folder in bat's configuration directory by running:

    mkdir -p "$(bat --config-dir)/themes"
  2. Copy the theme files from this repository:

    wget -P "$(bat --config-dir)/themes" https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Latte.tmTheme
    wget -P "$(bat --config-dir)/themes" https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Frappe.tmTheme
    wget -P "$(bat --config-dir)/themes" https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Macchiato.tmTheme
    wget -P "$(bat --config-dir)/themes" https://github.com/catppuccin/bat/raw/main/themes/Catppuccin%20Mocha.tmTheme
  3. Rebuild bat's cache:

    bat cache --build
  4. Run bat --list-themes, and check if the themes are present in the list.

Usage

There are two ways to get bat to default to Catppuccin:

Configuration file

Edit your configuration file, located at bat --config-file (usually ~/.config/bat/config):

--theme="Catppuccin Mocha"

Environment variable

You can alternatively use the BAT_THEME environment variable. Export the environment variable inside your shell's configuration file: BAT_THEME="Catppuccin Mocha".

The method to export the variable depends on your shell.

Extra: using bat as a manpager

See https://github.com/sharkdp/bat#man for instructions on how to use bat for your man output.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org