bin/setup-rust

Sat, 26 Sep 2020 15:35:46 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 26 Sep 2020 15:35:46 -0500
changeset 887
c3d421c18e39
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

set netrw_altfile

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