diff --git a/run_once_01_cargo_bins.sh b/run_once_01_cargo_bins.sh new file mode 100755 index 0000000..1381bef --- /dev/null +++ b/run_once_01_cargo_bins.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +cargo install \ + bat \ + cargo-edit \ + cargo-expand \ + cargo-tree \ + cargo-update \ + cargo-watch \ + fd-find \ + hexyl \ + just \ + racer \ + ripgrep \ + tectonic \ + tokei \ + topgrade \ + ; +