bin/setup-rust

Mon, 07 Feb 2022 23:57:02 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 07 Feb 2022 23:57:02 -0600
changeset 980
ab27e37bbb82
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

remove notes about vimproc

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