diff --git a/.config/yadm/bootstrap.d/arch/30-development b/.config/yadm/bootstrap.d/arch/30-development index 5c789dd..e9f6d31 100755 --- a/.config/yadm/bootstrap.d/arch/30-development +++ b/.config/yadm/bootstrap.d/arch/30-development @@ -33,11 +33,10 @@ sudo usermod -aG docker ${USER} if ! command -v uv &>/dev/null; then curl -LsSf https://astral.sh/uv/install.sh | sh fi - if ! command -v mise &>/dev/null; then curl -LsSf https://mise.run | sh fi -mise install --yes +"$HOME/.local/bin/mise" install --yes if ! command -v rustup &>/dev/null; then curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --component \