rust
This commit is contained in:
parent
82e592e6b8
commit
1ea138f280
2 changed files with 17 additions and 16 deletions
|
@ -7,9 +7,25 @@
|
|||
feh \
|
||||
git \
|
||||
zsh \
|
||||
&& true
|
||||
;
|
||||
{{ end }}
|
||||
|
||||
cargo install \
|
||||
autojump \
|
||||
bat \
|
||||
cargo-edit \
|
||||
cargo-expand \
|
||||
cargo-tree \
|
||||
cargo-update \
|
||||
cargo-watch \
|
||||
fd-find \
|
||||
hexyl \
|
||||
just \
|
||||
ripgrep \
|
||||
tokei \
|
||||
{{ if .root }} topgrade {{ end }} \
|
||||
;
|
||||
|
||||
{{ end }}
|
||||
|
||||
# vim: set ft=bash :
|
||||
|
|
|
@ -2,19 +2,4 @@
|
|||
|
||||
# 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 \
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in a new issue