summaryrefslogtreecommitdiffstats
path: root/manual/src/get-started.md
blob: fdbaf2e435dd6c1b640a1bb34dbe13d1d01bbfe2 (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.md) 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

```