Uses
Tools, hardware, dotfiles
Daily kit, by category. Tap a section to expand.
Computer & desk
- MacBook Pro 16″
- M1 Pro, base model, 2021. Still keeping up.
- LG UltraFine UN880
- 32″ 4K, single external. No second monitor.
- Keychron K8 Pro
- wireless, Gateron browns.
- Logitech MX Master 3
- tuned per-device with LinearMouse.
- Truthear Zero: Blue 2
- IEMs.
OS & editor
- macOS Tahoe (26)
- current.
- VSCode
- daily driver, primarily for review and reading diffs alongside agent output.
- Claude Code in tmux
- the actual writing surface. Agentic development; this is where the code gets made.
- Neovim
- quick edits from the terminal (n).
- JetBrains Toolbox
- Rider when I’m working through C#.
- Xcode
- when an Apple SDK demands it.
- Editor font
- JetBrains Mono Nerd Font, 14pt. Same family as the site’s typography, with ligatures and Powerline glyphs.
Terminal
- Ghostty
- terminal.
- zsh
- with antidote (plugin manager) and starship (prompt, near-default).
- Plugins worth naming
- zsh-vi-mode, zsh-autosuggestions, fast-syntax-highlighting.
- tmux
- vi mode, mac pbcopy integration, minimal status bar. One session per project.
- Aliases that matter
- n → nvim, j → zoxide, cat → bat, ls → eza, top → btop, cl → claude.
- cmatrix
- pure hacker vibes, zero utility.
Daily tools
- Safari
- default browser.
- Chrome
- DevTools and anything Safari can’t handle.
- Apple Notes
- personal capture.
- Notion
- collab and shared docs.
- Telegram
- work chat.
- Apple Passwords
- yes, the new standalone app.
Dev
- Git
- CLI, with lazygit for staging/diff and gh for everything GitHub.
- Docker Desktop
- containers.
- Postman
- API client.
- Runtimes
- fnm for Node, uv for Python, cargo for Rust, foundry for Solidity.
Dotfiles
- github.com/JannatinNaim/dotfiles
- coming as I clean it up alongside this site.