bin/setup-rust

Tue, 08 Feb 2022 00:34:13 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 08 Feb 2022 00:34:13 -0500
changeset 977
ba16cab3aaf3
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

Proper split to gvimrc

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