A cross-platform Rust library for resolving XDG and platform-specific directories with proper fallbacks.
at main 395 B view raw
1#!/usr/bin/env sh 2#MISE description="install dependencies and setup the dev environment" 3 4if command -v mise >/dev/null 2>&1; then 5 mise install 6fi 7 8rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt 9rustup component add --toolchain nightly-x86_64-unknown-linux-gnu clippy 10cargo install cargo-audit cargo-llvm-cov cargo-nextest cargo-outdated cargo-sort cargo-workspaces