Update binaries and add delta

This commit is contained in:
Tony Grosinger 2021-07-20 10:55:22 -07:00
parent 92e405f673
commit 49f6119806
11 changed files with 3 additions and 2 deletions

Binary file not shown.

BIN
bin/linux/bat-0.18.2 Executable file

Binary file not shown.

BIN
bin/linux/delta-0.8.3 Executable file

Binary file not shown.

BIN
bin/linux/exa-0.10.0 Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/osx/bat-0.18.2 Executable file

Binary file not shown.

BIN
bin/osx/delta-0.8.3 Executable file

Binary file not shown.

BIN
bin/osx/exa-0.10.0 Executable file

Binary file not shown.

Binary file not shown.

View File

@ -86,9 +86,10 @@ function performSetup() {
linkFile ".inputrc"
echo "Linking bin files"
linkBin "${BIN_DIR}/exa-0.9.0" "exa"
linkBin "${BIN_DIR}/bat-0.13.0" "bat"
linkBin "${BIN_DIR}/exa-0.10.0" "exa"
linkBin "${BIN_DIR}/bat-0.18.2" "bat"
linkBin "${BIN_DIR}/jq-1.6" "jq"
linkBin "${BIN_DIR}/delta-0.8.3" "delta"
echo "Linking scripts"
linkBin "scripts/diff-highlight" "diff-highlight"