## editor
- vscode + neovim for quick edits
- jetbrains mono, weight 500, ligatures off
- theme: pure black + orange accent (this site uses the same)
- extensions: minimal. errorlens, gitlens, vscode-icons
## terminal
- powershell on windows, zsh on mac, bash on linux
- starship prompt
- ssh keys per host, never reused
## stack daily
- python, rust, node, ts (in this order)
- docker, nginx, sqlite, redis, postgres when forced
- pm2 for node processes, systemd for everything else
## hardware
- desktop, custom build
- mechanical keyboard, ortholinear
## shortcuts (universal, in any editor)
ctrl+shift+p palette is the only thing that matters- never touch the mouse if a keybind exists
ctrl+k here on the site opens the same idea
## what i avoid
- AI suggestions in editor (autocomplete off, copilot off)
- electron unless absolutely needed (tauri instead)
- analytics, telemetry, anything that calls home