feat: add rust-pod development environment setup
This commit is contained in:
33
install-apk.sh
Executable file
33
install-apk.sh
Executable 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
|
||||
Reference in New Issue
Block a user