This commit is contained in:
Michael Zhang 2020-11-23 12:15:44 -06:00
parent 82e592e6b8
commit 1ea138f280
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 17 additions and 16 deletions

View file

@ -7,9 +7,25 @@
feh \ feh \
git \ git \
zsh \ zsh \
&& true ;
{{ end }} {{ 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 }} {{ end }}
# vim: set ft=bash : # vim: set ft=bash :

View file

@ -2,19 +2,4 @@
# source $(dirname "$0")/common.sh # 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 \
;