Added fd so setup script
This commit is contained in:
parent
a0fb670397
commit
d0a01dfe86
@ -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[^"]*') && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user