Skip to content

Instantly share code, notes, and snippets.

@maluramichael
Last active February 16, 2016 13:14
Show Gist options
  • Save maluramichael/b5b609cd576f16c291e3 to your computer and use it in GitHub Desktop.
Save maluramichael/b5b609cd576f16c291e3 to your computer and use it in GitHub Desktop.
// install ffmpeg with all flags
brew info ffmpeg | grep '^\-\-with-' | xargs brew install ffmpeg
// delete all local merged branches
git branch --merged | grep -v develop | grep -v master | xargs git branch -d --
// install software via cask
brew cask install google-chrome firefox jdownloader webstorm phpstorm rubymine clion skype spotify 1password sourcetree hipchat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment