fix diff so fancy missing folder

This commit is contained in:
Daniel Bauer
2026-02-06 15:07:11 +01:00
parent 02b86c2d28
commit e406601e77

View File

@@ -6,5 +6,6 @@ if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then
mkdir -p $HOME/.local/lib
git clone --depth 1 https://github.com/so-fancy/diff-so-fancy.git $HOME/.local/lib/diff-so-fancy
fi
mkdir -p $HOME/.local/bin
ln -s $HOME/.local/lib/diff-so-fancy/diff-so-fancy $HOME/.local/bin/diff-so-fancy
fi