From 7958c41c77dd01b064ddccc8af8739c6e7f92d84 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Wed, 13 Jul 2022 10:30:09 +0200 Subject: [PATCH] bootstrap-root: added fd-find, fzf, bat and ripgrep --- bootstrap-root.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bootstrap-root.sh b/bootstrap-root.sh index 0b4e24a..7c7d71f 100755 --- a/bootstrap-root.sh +++ b/bootstrap-root.sh @@ -8,29 +8,28 @@ apt-get update \ && apt-get install -y \ apt-file \ bash-completion \ + bat \ build-essential \ byobu \ ca-certificates \ cargo \ - cmake \ command-not-found \ curl \ elinks \ exa \ + fd-find \ + fzf \ git \ highlight \ htop \ - libgit2-dev \ - libpython3-dev \ locales \ man \ mc \ neovim \ python3 \ python3-venv \ - software-properties-common \ + ripgrep \ tig \ - trash-cli \ zsh \ && apt-get install --no-install-recommends -y \ firejail \