_____ ______ ____ _____ ____
\__ \ / ___// \\__ \ / \
/ __ \_\___ \| | \/ __ \| | \
(____ /____ >___| (____ /___| /
\/ \/ \/ \/ \/
@Asnan
minimal | terminal-first | hacking on systems, dev tooling, and indie products
dev_user=asnan
focus=( systems linux backend full-stack ai tooling devops )
editor="neovim"
shell="bash"
distro="Arch btw"
motto="Ship small. Iterate. Automate."
cat <<'EOF'
I like: low-level curiosity, lean web stacks, CLI ergonomics, reproducible envs,
fast feedback loops, automating boring ops, and exploring AI + systems crossover.
EOF
tools=( tmux nvim fzf fd ripgrep lazygit gh docker podman kubectl )
principles=( "text-first" "script-not-click" "measure-before-optimize" "delete-fearlessly" )
- kernel-sandbox: Tiny userspace playground to experiment with syscalls & isolation tricks.
- ai-shell-tools: Modular CLI helpers wrapping LLM endpoints with caching + streaming.
- react-minimal-dashboard: Headless components + dark terminal theme for internal tools.
- mongo-event-pipeline: Lightweight CDC -> queue -> worker pattern with metrics & retries.
- dotfiles-bare: Reproducible dev env bootstrap (bash, neovim, tmux, linting, CI hooks).
for proj in kernel-sandbox ai-shell-tools react-minimal-dashboard mongo-event-pipeline dotfiles-bare; do
printf "cloning %s ... done\n" "$proj"
done