From 4ae9ad7a1dcee3e7447a9c483ea850c530e84a07 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 10 Jan 2024 21:57:35 -0700 Subject: [PATCH] Migrate from `rtx` to `mise` (#273) --- .rtx.toml => .mise.toml | 0 script/setup | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename .rtx.toml => .mise.toml (100%) diff --git a/.rtx.toml b/.mise.toml similarity index 100% rename from .rtx.toml rename to .mise.toml diff --git a/script/setup b/script/setup index 1fb951e..e60855c 100755 --- a/script/setup +++ b/script/setup @@ -1,8 +1,8 @@ #!/bin/sh set -e -if command -v "rtx"; then - rtx install +if command -v "mise"; then + mise install fi # Install all dependencies: