add cargo tools
This commit is contained in:
parent
55bd2a808a
commit
1653aadac1
1 changed files with 2 additions and 0 deletions
|
|
@ -5,3 +5,5 @@ echo -e "\n${BLD}${SUL}${GRN}Setting up ${RED}Rust${GRN}...${RST}\n"
|
||||||
if ! command -v cargo >/dev/null; then
|
if ! command -v cargo >/dev/null; then
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cargo install tree-sitter-cli
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue