From 141da39cabc2fee87515a8d7f81a0acc281e5585 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 10 Jan 2024 22:02:01 -0700 Subject: [PATCH] Migrate from `rtx` to `mise` (#387) --- .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: