bin/setup-rust

Tue, 14 Nov 2023 02:24:17 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 14 Nov 2023 02:24:17 -0500
changeset 1135
7a17b7825b5f
parent 723
9d9fecc3ea30
permissions
-rwxr-xr-x

switch fidget.nvim back to main

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