From 15986052ddf265820539432326131794090fc03b Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Tue, 29 Jul 2025 20:46:01 +0200 Subject: [PATCH] Add difftastic. --- .config/mise/config.toml | 1 + .gitconfig | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/mise/config.toml b/.config/mise/config.toml index 203d030..2c6310e 100644 --- a/.config/mise/config.toml +++ b/.config/mise/config.toml @@ -1,6 +1,7 @@ [tools] bun = "latest" deno = "latest" +difftastic = "latest" erlang = "latest" gleam = "latest" neovim = "latest" diff --git a/.gitconfig b/.gitconfig index 5af73a6..cbb67e7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,5 +26,13 @@ path = ~/code/.gitconfig [branch] sort = committerdate +# difftastic stuff [diff] - algorithm = histogram + external = difft + tool = difftastic +[difftool] + prompt = false +[pager] + difftool = true +[diff] + tool = difftastic