mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
install diff-so-fancy
This commit is contained in:
@@ -33,6 +33,14 @@ if [ ! -d "$HOME/.fzf" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# diff-so-fancy && diff-highlight
|
||||
pip install --user diff-highlight
|
||||
if [ ! -f "$HOME/.local/bin/diff-so-fancy" ]; then
|
||||
if [ ! -d "$HOME/.local/lib/diff-so-fancy" ]; then
|
||||
git clone --depth 1 https://github.com/so-fancy/diff-so-fancy.git $HOME/.local/lib/diff-so-fancy
|
||||
fi
|
||||
ln -s $HOME/.local/lib/diff-so-fancy/diff-so-fancy $HOME/.local/bin/diff-so-fancy
|
||||
fi
|
||||
|
||||
# vimplug
|
||||
if [ ! -d "$HOME/.vim/autoload" ]; then
|
||||
|
||||
Reference in New Issue
Block a user