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

33
install-apk.sh Executable file
View File

@@ -0,0 +1,33 @@
#!/bin/bash
set -e
echo "Installing system dependencies via apk..."
apk add --no-cache \
build-base \
bash \
curl \
ca-certificates \
git \
git-delta \
htop \
i2c-tools \
luarocks \
man-pages \
neovim \
nushell \
netcat-openbsd \
ripgrep \
starship \
tig \
tree-sitter \
vim \
wget \
zoxide \
bat \
fd \
exa \
fish \
rustup \
musl-dev \
openssl-dev \
perl \
linux-headers