Developer Workflow Tips

by Kevin Oh

Tips & Tricks for Developer Efficiency (Indefinitely a WIP)

This is a tl;dr of legitimate tricks that I wish I knew years ago.

For context, I work with VS Code on Mac.

General

macOS Tips

iTerm

 # holy grail of git cli guis
brew install tig
 # interactive top
brew install htop
 # cat ++
brew install bat
 # ls ++
brew install exa
# super-set of `git` with github features
brew install hub 
 # node version manager
brew install nvm
 # "man" cmd but tldr'd
brew install tldr
 # auto-corrects your last command
brew install thefuck
# dl youtube videos
brew install youtube-dl 
 # rainbow-fies text
brew install lolcat
 # make the cow do the say 
brew install cowsay

Editor Tricks

More to come

Probably.

View All Posts