461fc76e9ab30d2f42b6b69386ac1a9bb7fbf049
[webi-installers/.git] / delta / README.md
1 ---
2 title: delta
3 homepage: https://github.com/dandavison/delta
4 tagline: |
5   delta: A syntax-highlighting pager for git and diff output
6 ---
7
8 To update or switch versions, run `webi delta` (or `@0.9.1`, `@0.9.0`,
9 etc).
10
11 ## Cheat Sheet
12
13 Install delta and add this to your `~/.gitconfig`:
14
15 ```gitconfig
16 [pager]
17     diff = delta
18     show = delta
19     log = delta
20     blame = delta
21     reflog = delta
22
23 [interactive]
24     diffFilter = delta --color-only
25 ```
26
27 Make sure to check out the helpful [ReadMe](https://github.com/dandavison/delta/blob/master/README.md)