Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 966 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 966 Bytes

Usage

Bat

Create a bat config dir.

mkdir -p "$(bat --config-dir)/themes"

Download the cyberdream .tmTheme files into that directory.

Rebuild the bat themes cache.

bat cache --build

Create or use an existing config file.

# Show existing config file location.
bat --config-file
# or generate a new one
bat --generate-config-file

Add the theme to the config.

--theme="cyberdream"

See Bat - Adding a new theme or Bat - Configuration file

Delta

Prerequisite Bat theme.

Add the theme to your delta configuration section in your ~/.gitconfig.

[delta]
  features = cyberdream

[delta "decorations"]
  syntax-theme = cyberdream

See delta