feat: add rust-pod development environment setup

This commit is contained in:
2026-05-09 15:16:11 +00:00
commit 49e599eeba
6 changed files with 93 additions and 0 deletions

10
install-cargo-tools.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
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