From 036e052c83fe382780504024ac665d19faab1356 Mon Sep 17 00:00:00 2001 From: Marvin Date: Sat, 9 May 2026 15:49:18 +0000 Subject: [PATCH] refactor: remove custom crate installations from cargo-tools --- install-cargo-tools.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install-cargo-tools.sh b/install-cargo-tools.sh index affc248..688b608 100755 --- a/install-cargo-tools.sh +++ b/install-cargo-tools.sh @@ -3,8 +3,3 @@ set -e echo "Installing cargo tools..." # Use binstall for speed where possible cargo binstall --no-confirm difftastic dust - -echo "Installing custom crates..." -cargo install --git https://git.nubo.sh/hulthe/wmutils.git -cargo install --git https://git.nubo.sh/hulthe/lockscreen-blur.git -cargo install --git https://git.nubo.sh/hulthe/volume_indicator.git