20 lines
265 B
Bash
Executable file
20 lines
265 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# source $(dirname "$0")/common.sh
|
|
|
|
cargo install \
|
|
autojump \
|
|
bat \
|
|
cargo-edit \
|
|
cargo-expand \
|
|
cargo-tree \
|
|
cargo-update \
|
|
cargo-watch \
|
|
fd-find \
|
|
hexyl \
|
|
just \
|
|
ripgrep \
|
|
tokei \
|
|
topgrade \
|
|
;
|
|
|