Created
January 2, 2018 15:23
-
-
Save saltyfireball/7ffb72566d702d9bb3f2a2851c4da097 to your computer and use it in GitHub Desktop.
My Brew file (brew bundle dump) - Mac Development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "homebrew/dupes" | |
| tap "homebrew/completions" | |
| tap "homebrew/apache" | |
| tap "homebrew/core" | |
| tap "homebrew/php" | |
| tap "homebrew/versions" | |
| tap "homebrew/bundle" | |
| tap "homebrew/services" | |
| tap "goles/battery" | |
| tap "caskroom/cask" | |
| brew "autojump" | |
| brew "aws-elasticbeanstalk" | |
| brew "awscli" | |
| brew "bash-completion@2" | |
| brew "bfg" | |
| brew "brew-cask-completion" | |
| brew "coreutils" | |
| brew "csshx" | |
| brew "git" | |
| brew "ffmpeg" | |
| brew "findutils" | |
| brew "fortune" | |
| brew "git-extras" | |
| brew "git-lfs" | |
| brew "gnu-sed", args: ["with-default-names"] | |
| brew "grep", args: ["with-default-names"] | |
| brew "hub" | |
| brew "icu4c" | |
| brew "jpeg" | |
| brew "imagemagick", args: ["with-webp"] | |
| brew "jpeg-turbo" | |
| brew "jpegoptim" | |
| brew "mackup" | |
| brew "macvim" | |
| brew "mas" | |
| brew "moreutils" | |
| brew "mtr" | |
| brew "mysql", restart_service: true | |
| brew "nvm" | |
| brew "openssh" | |
| brew "ponysay" | |
| brew "pyenv" | |
| brew "qt" | |
| brew "rbenv" | |
| brew "source-highlight" | |
| brew "the_silver_searcher" | |
| brew "tree" | |
| brew "vim" | |
| brew "wget" | |
| brew "wifi-password" | |
| brew "yuicompressor" | |
| brew "z" | |
| brew "homebrew/php/composer" | |
| cask "docker-toolbox" | |
| cask "elmedia-player" | |
| cask "gyazo" | |
| cask "hammerspoon" | |
| cask "imagealpha" | |
| cask "imageoptim" | |
| cask "iterm2" | |
| cask "kaleidoscope" | |
| cask "macdown" | |
| cask "malwarebytes" | |
| cask "qlcolorcode" | |
| cask "qlimagesize" | |
| cask "qlmarkdown" | |
| cask "qlstephen" | |
| cask "qlvideo" | |
| cask "qt-creator" | |
| cask "quicklook-json" | |
| cask "quicklookase" | |
| cask "spectacle" | |
| cask "suspicious-package" | |
| cask "vagrant" | |
| cask "virtualbox" | |
| cask "webpquicklook" | |
| mas "Bee", id: 726099620 | |
| mas "DaisyDisk", id: 411643860 | |
| mas "Disk Aid", id: 1007358832 | |
| mas "Eigenmath", id: 584939279 | |
| mas "Fantastical 2", id: 975937182 | |
| mas "Memory Clean 2", id: 1114591412 | |
| mas "Moom", id: 419330170 | |
| mas "NZBVortex 3", id: 914250185 | |
| mas "OmniFocus", id: 867299399 | |
| mas "Quiver", id: 866773894 | |
| mas "SnippetsLab", id: 1006087419 | |
| mas "Todoist", id: 585829637 | |
| mas "Xcode", id: 497799835 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment