From 26009abe3938251d5011c63b68fd395f42414899 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 15 Jun 2020 04:46:06 -0500 Subject: [PATCH] add cargo bins --- run_once_01_cargo_bins.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 run_once_01_cargo_bins.sh 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 \ + ; +