Added fd so setup script

This commit is contained in:
Christoffer Martinsson 2023-05-27 16:47:46 +00:00
parent a0fb670397
commit d0a01dfe86

View File

@ -22,6 +22,9 @@ cargo install tree-sitter-cli && \
# Install ripgrep # Install ripgrep
sudo apt install -y ripgrep && \ sudo apt install -y ripgrep && \
# Install fd
sudo apt install -y fd-find && \
# Install lazygit # Install lazygit
cd ~ && \ cd ~ && \
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') && \ LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*') && \