davidteren
1/26/2018 - 5:01 PM

OS X Dev Env Tweaks

OS X Dev Env Tweaks

OS X Dev Env Tweaks

Various tweaks and utils to make dev life easier on your Mac.


Quick Look plugins

Install several handy plugins for devs

brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlimagesize webpquicklook suspicious-package quicklookase qlvideo

Select & Copy Text in Previews

defaults write com.apple.finder QLEnableTextSelection -bool TRUE; killall Finder