Skip to content

Instantly share code, notes, and snippets.

View mycoboco's full-sized avatar
🚨
Busy to learn new skills

Woong Jun mycoboco

🚨
Busy to learn new skills
View GitHub Profile
@mycoboco
mycoboco / brew-show-deps
Created August 13, 2019 08:43
show dependencies of installed brew packages
brew leaves | xargs brew deps --installed --for-each | sed "s/^.*:/$(tput setaf 4)&$(tput sgr0)/"