bin/setup-rust

Mon, 20 Feb 2023 15:15:50 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 20 Feb 2023 15:15:50 -0600
changeset 1040
b7d88feee303
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

fvim's font rendering is small for some reason.

#!/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