bin/setup-rust

Sat, 19 Jun 2021 21:42:52 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 19 Jun 2021 21:42:52 -0500
changeset 914
54729706345b
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

remove confirm from kill-pane, and remain-on-exit

#!/bin/bash
set -eu -o pipefail

if rustup update; then
  exit
fi

curl https://sh.rustup.rs -sSf | sh
source ~/.cargo/env
rustup component add rls rustfmt

mercurial