Skip to content

Commit

Permalink
intall git-delta via cargo
Browse files Browse the repository at this point in the history
git-delta is not available via apt on Debian due to bizantine name colision
dandavison/delta#26
  • Loading branch information
theinterned committed Jan 26, 2022
1 parent a74f045 commit 60356d0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion script/install-linux.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
echo
echo
echo "##################################################"
Expand All @@ -9,7 +10,7 @@ echo
packages=(
fish
git
git-delta
# git-delta – not availble in debian / apt :( https://github.com/dandavison/delta/issues/26
ack
bat
rbenv
Expand All @@ -30,6 +31,19 @@ then
done
fi

echo
echo "📦 Installing Rust and Cargo"
echo

curl https://sh.rustup.rs -sSf | sh -s -- -y

echo
echo "🌳 Installing Git Delta via Cargo"
echo

# https://crates.io/crates/git-delta
cargo install git-delta

echo
echo "🖖 Installing nvm"
echo
Expand Down

0 comments on commit 60356d0

Please sign in to comment.