summaryrefslogtreecommitdiffstats
path: root/manual/src/get-started.md
blob: 19c26fe7d64d9344bfb0a707ec649aca15abb1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Get started

[Install](#installation) delta and add this to your `~/.gitconfig`:

```gitconfig
[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    navigate = true

[merge]
    conflictstyle = diff3

[diff]
    colorMoved = default

```