use difftastic instead of delta for diff replacement
This commit is contained in:
parent
594d5b2242
commit
a9b0af9f3e
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ abbr c command # Cancel abbreviation, alias of \
|
||||||
abbr cd.. "cd .."
|
abbr cd.. "cd .."
|
||||||
abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l" # Count lines of code without newlines
|
abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l" # Count lines of code without newlines
|
||||||
abbr cp "cp -rv"
|
abbr cp "cp -rv"
|
||||||
abbr diff delta
|
abbr diff difft
|
||||||
abbr mgrep "grep -Iirnw 'text' ." # Find anything inside files of current directory
|
abbr mgrep "grep -Iirnw 'text' ." # Find anything inside files of current directory
|
||||||
abbr ls "eza --git --icons -gl"
|
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"
|
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"
|
||||||
|
|
|
@ -34,7 +34,7 @@ main() {
|
||||||
git wget zip openssh bat base-devel make python-pygments micro git-lfs npm \
|
git wget zip openssh bat base-devel make python-pygments micro git-lfs npm \
|
||||||
sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb \
|
sdl2_image nodejs fish autoconf valgrind automake python-virtualenv gdb \
|
||||||
tk sdl2_mixer eza fzf glu man-pages-fr uwufetch mdcat python-pip opam \
|
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 \
|
libsamplerate rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \
|
||||||
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
|
otf-fira-mono mingw-w64-gcc otf-font-awesome soundfont-fluid fluidsynth \
|
||||||
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
"cpanminus",
|
"cpanminus",
|
||||||
"gnome-text-editor",
|
"gnome-text-editor",
|
||||||
"rebuild-detector",
|
"rebuild-detector",
|
||||||
"git-delta",
|
"difftastic",
|
||||||
"sdl2_ttf",
|
"sdl2_ttf",
|
||||||
"rustup",
|
"rustup",
|
||||||
"jq",
|
"jq",
|
||||||
|
|
|
@ -5,11 +5,11 @@
|
||||||
email = kennel.anri@tutanota.com
|
email = kennel.anri@tutanota.com
|
||||||
name = Mylloon
|
name = Mylloon
|
||||||
|
|
||||||
[core]
|
|
||||||
pager = delta
|
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
external = difft
|
||||||
|
|
Loading…
Reference in a new issue