systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 3264bdb97a85082f88cf3568d45967ef3b87e5cd
parent c04d60894c9f04ca6f3da456aa03c39acc6d5e0e
Author: Remy Noulin <loader2x@gmail.com>
Date:   Sun,  5 Jan 2025 12:24:36 +0200

replace diff-so-fancy with dsf

debian/1-system.sh  | 8 ++------
dotfiles/.gitconfig | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)

Diffstat:
Mdebian/1-system.sh | 8++------
Mdotfiles/.gitconfig | 2+-
2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/1-system.sh b/debian/1-system.sh @@ -23,6 +23,8 @@ cd sheepy spm -g install sheepyExamples spm -g install hidir spm -g install lolcat +# dsf is inspired by diff-so-fancy +spm -g install dsf cd .. # doitlive @@ -56,12 +58,6 @@ cmake ../ -DWITH_VIDEO_DECODING=On -DWITH_VIDEO_DEVICE=On -DWITH_OPENSLIDE_SUPPO make && make install cd ../.. -# diff-so-fancy -git clone https://github.com/so-fancy/diff-so-fancy.git -cp diff-so-fancy/diff-so-fancy /usr/local/bin/ -mkdir /usr/local/bin/lib -cp diff-so-fancy/lib/DiffHighlight.pm /usr/local/bin/lib/ - # git-off git clone https://noulin.net/git/git-off.git export OFF=`pwd`/git-off/c/git-off.c diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig @@ -2,7 +2,7 @@ ui = true [core] editor = vim - pager = diff-so-fancy | less --tabs=4 -RFX + pager = dsf | less -RFX [diff] tool = meld [difftool]