Developer Productivity Tools
Published Aug 12, 2025
⋅
Updated Aug 12, 2025
⋅
0 minutes read
My current setup for productivity tools
- macOS
- homebrew macOS package manager
- ghostty terminal w/ ohmyzsh
- cursor IDE
- tokyo night light theme (light mode is best)
- prettier for code formatting
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "prettier.semi": true, "prettier.singleQuote": true,
- git worktrees w/ claude code
- kick off agents in different branches to build multiple features at once in siloed environments
- zoxide (
cd
replacement) - maccy clipboard manager
- rectangle window manager
- orbstack container runner
- lots of shortcut aliases in
.zshrc
That's it for now. I will soon be journeying into adding vim bindings to Cursor.