~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/bat/config -rw-r--r-- 346 bytes
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# bat config -- 100x smart defaults
# Install: mkdir -p ~/.config/bat && ln -sf ~/dev/100x/configs/bat.conf ~/.config/bat/config

# Use Dracula theme (matches delta config)
--theme="Dracula"

# Show line numbers and git changes
--style="numbers,changes,header"

# Use italic for comments
--italic-text=always

# Pager settings
--pager="less -RF"