This quarter, I revamped my dev setup:
- Switched to VSCode
- Using iTerm2 + zsh + tmux for sessions
- Aliased common git commands and builds
My
.tmux.conf
now includes:set -g mouse on bind r source-file ~/.tmux.conf \; display "Reloaded!"
Productivity is environment + habit. This gave me both.