From d0a01dfe86f314e6c5003e73245b2bb959033c8b Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 27 May 2023 16:47:46 +0000 Subject: [PATCH] Added fd so setup script --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 8043fbe..964e758 100755 --- a/update.sh +++ b/update.sh @@ -22,6 +22,9 @@ cargo install tree-sitter-cli && \ # Install ripgrep sudo apt install -y ripgrep && \ +# Install fd +sudo apt install -y fd-find && \ + # Install lazygit cd ~ && \ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') && \