chore(config): use delta chameleon
parent
45e8d8e18d
commit
9477df778d
|
@ -65,6 +65,10 @@
|
||||||
{
|
{
|
||||||
"internal": "data/delta/themes.gitconfig",
|
"internal": "data/delta/themes.gitconfig",
|
||||||
"url": "https://raw.githubusercontent.com/dandavison/delta/master/themes.gitconfig"
|
"url": "https://raw.githubusercontent.com/dandavison/delta/master/themes.gitconfig"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"internal": "data/delta",
|
||||||
|
"external": "~/.config/delta"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,3 +31,5 @@ git config --global core.pager delta
|
||||||
git config --global interactive.diffFilter "delta --color-only"
|
git config --global interactive.diffFilter "delta --color-only"
|
||||||
git config --global delta.navigate true
|
git config --global delta.navigate true
|
||||||
git config --global delta.line-numbers true
|
git config --global delta.line-numbers true
|
||||||
|
git config --global include.path "~/.config/delta/themes.gitconfig"
|
||||||
|
git config --global delta.features "chameleon"
|
||||||
|
|
Loading…
Reference in New Issue