~kris/dots

srice

ref: e98f3b030dc24445bd55c68d95d2d81933fd68b3 srice/.config/bat/config -rw-r--r-- 346 bytes
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month 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"