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[^"]*') && \