2023-07-01 08:26:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
rustup update
|
|
|
|
|
2024-07-26 16:28:23 +00:00
|
|
|
cargo install \
|
2024-08-22 04:25:41 +00:00
|
|
|
fd-find bat git-delta eza sd \
|
2024-10-09 06:54:27 +00:00
|
|
|
difftastic zoxide
|
2023-08-19 10:18:40 +00:00
|
|
|
|
2024-07-26 16:28:23 +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
|