From fbfb216a64d068521f7881feb67ee0087395e03a Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:55:34 -0600 Subject: [PATCH] reduce mise default --- mise.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mise.toml b/mise.toml index e487708..aae0b5a 100644 --- a/mise.toml +++ b/mise.toml @@ -1,8 +1,5 @@ [tools] rust = "latest" -[tasks.setup] -run = "echo paru -S fluidsynth soundfont-fatboy" - [tasks.default] -run = "if ! aconnect -o -l | grep -q FLUID; then fluidsynth --server $(find /usr/share -name \\*.sf2 | head -n 1); fi; cargo run" +run = "cargo run"