Skip to content

Instantly share code, notes, and snippets.

View etherealHero's full-sized avatar

Maxim etherealHero

  • 20:15 (UTC +10:00)
View GitHub Profile
@etherealHero
etherealHero / Dockerfile
Last active September 30, 2025 13:24
Dev container with AstroNvim & Zellij
FROM alpine:3.22
RUN apk update && \
apk upgrade && \
apk add --no-cache \
zsh \
git \
curl \
neovim \
ripgrep \