From e821b91403ca7f9be95a67573e7281758291a700 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 13 Nov 2023 15:03:57 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20feat:=20switched=20from=20exa=20?= =?UTF-8?q?=E2=86=92=20eza,=20added=20git-delta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap-root.sh | 2 -- cleanup/cleanup.sh => cleanup.sh | 0 2 files changed, 2 deletions(-) rename cleanup/cleanup.sh => cleanup.sh (100%) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 22e4039..67d8c77 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -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 diff --git a/cleanup/cleanup.sh b/cleanup.sh similarity index 100% rename from cleanup/cleanup.sh rename to cleanup.sh