use difftastic instead of delta for diff replacement

This commit is contained in:
Mylloon 2023-10-23 18:35:24 +02:00
parent 594d5b2242
commit a9b0af9f3e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
4 changed files with 6 additions and 6 deletions

View file

@ -11,7 +11,7 @@ abbr c command # Cancel abbreviation, alias of \
abbr cd.. "cd .."
abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l" # Count lines of code without newlines
abbr cp "cp -rv"
abbr diff delta
abbr diff difft
abbr mgrep "grep -Iirnw 'text' ." # Find anything inside files of current directory
abbr ls "eza --git --icons -gl"
abbr mgcc "clear; gcc -Wall -Wextra -Wconversion -Wdouble-promotion -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -fsanitize-undefined-trap-on-error -g3 main.c && ./*.out"

View file

@ -34,7 +34,7 @@ main() {
git wget zip openssh bat base-devel make python-pygments micro git-lfs npm \
sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb \
tk sdl2_mixer eza fzf glu man-pages-fr uwufetch mdcat python-pip opam \
cpanminus unison timidity++ rebuild-detector git-delta sdl2_ttf rustup \
cpanminus unison timidity++ rebuild-detector difftastic sdl2_ttf rustup \
libsamplerate rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \

View file

@ -109,7 +109,7 @@
"cpanminus",
"gnome-text-editor",
"rebuild-detector",
"git-delta",
"difftastic",
"sdl2_ttf",
"rustup",
"jq",

View file

@ -5,11 +5,11 @@
email = kennel.anri@tutanota.com
name = Mylloon
[core]
pager = delta
[pull]
rebase = false
[init]
defaultBranch = main
[diff]
external = difft