fixup! feat: switched from exa → eza, added git-delta
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Schmidl 2023-11-13 15:03:57 +01:00
parent 5aa2580ef7
commit e821b91403
2 changed files with 0 additions and 2 deletions

View file

@ -48,8 +48,6 @@ apt-get update \
pipx \
&& apt-file update
[ ! -x "$(which exa)" ] && cargo install --root /usr/local --git https://github.com/ogham/exa --tag v0.10.1
cargo install --root /usr/local diffr
# shellcheck disable=SC2086