dotfiles/scripts/cargo.sh

12 lines
214 B
Bash
Raw Normal View History

2023-07-01 08:26:58 +00:00
#!/usr/bin/env bash
rustup update
cargo install \
2024-08-22 04:25:41 +00:00
fd-find bat git-delta eza sd \
difftastic zoxide
2023-08-19 10:18:40 +00:00
cargo install --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
2024-01-16 14:50:48 +00:00
2023-09-11 16:34:59 +00:00
bat cache --build