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

15
setup-rust-dev.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
# Run the sub-scripts
/usr/local/bin/install-apk.sh
/usr/local/bin/install-rust.sh
/usr/local/bin/install-cargo-tools.sh
echo "Setting up dotfiles..."
mkdir -p $HOME/.config/dotfiles
if [ ! -d "$HOME/.config/dotfiles/.git" ]; then
git clone https://git.nubo.sh/hulthe/df.git $HOME/.config/dotfiles
fi
cd $HOME/.config/dotfiles
bash manager/setup.sh