Last active
June 29, 2018 14:56
-
-
Save Stargator/3b3bf35e48fb5dd0c5764250e9f9ea24 to your computer and use it in GitHub Desktop.
Brewfiles Before and After
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/cask-versions" | |
tap "homebrew/core" | |
tap "homebrew/cask" | |
tap "homebrew/bundle" | |
tap "homebrew/services" | |
tap "dart-lang/dart" | |
cask "java" | |
cask "osxfuse" | |
brew "bash" | |
brew "bash-completion@2" | |
brew "bash-git-prompt" | |
brew "boost" | |
brew "cocoapods" | |
brew "encfs" | |
brew "git", args: ["with-curl", "with-openssl", "with-pcre2", "with-perl", "with-persistent-https"] | |
brew "git-game" | |
brew "p11-kit" | |
brew "gnutls" | |
brew "libusb" | |
brew "gnupg", args: ["with-encfs", "with-readline"] | |
brew "go" | |
brew "gradle" | |
brew "icu4c" | |
brew "readline" | |
brew "libimobiledevice", args: ["HEAD"] | |
brew "ideviceinstaller" | |
brew "ios-deploy" | |
brew "libyaml" | |
brew "maven" | |
brew "neo4j", restart_service: true | |
brew "nginx" | |
brew "node@8", args: ["with-openssl", "without-icu4c", "without-npm"] | |
brew "pcre2" | |
brew "pkg-config" | |
brew "putty" | |
brew "ruby" | |
brew "[email protected]", args: ["with-docs", "with-src"] | |
brew "yarn", args: ["without-node"] | |
brew "youtube-dl" | |
brew "dart-lang/dart/dart", args: ["devel"] | |
brew "dart-lang/dart/dart@1", args: ["with-content-shell", "with-dartium"] | |
cask "android-studio" | |
cask "dropbox" | |
cask "flux" | |
cask "gitter" | |
cask "google-drive" | |
cask "google-play-music-desktop-player" | |
cask "intellij-idea" | |
cask "iterm2" | |
cask "meld" | |
cask "slack" | |
cask "sublime-text" | |
cask "usb-overdrive" |
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/cask-versions" | |
tap "homebrew/core" | |
tap "homebrew/cask" | |
tap "homebrew/bundle" | |
tap "homebrew/services" | |
tap "dart-lang/dart" | |
cask "java" | |
cask "osxfuse" | |
brew "bash" | |
brew "bash-completion@2" | |
brew "bash-git-prompt" | |
brew "boost" | |
brew "cocoapods" | |
brew "encfs" | |
brew "git", args: ["with-curl", "with-openssl", "with-pcre2", "with-perl", "with-persistent-https"] | |
brew "git-game" | |
brew "p11-kit" | |
brew "gnutls" | |
brew "libusb" | |
brew "gnupg", args: ["with-encfs", "with-readline"] | |
brew "go" | |
brew "gradle" | |
brew "icu4c" | |
brew "readline" | |
brew "libimobiledevice", args: ["HEAD"] | |
brew "ideviceinstaller" | |
brew "ios-deploy" | |
brew "libyaml" | |
brew "maven" | |
brew "neo4j", restart_service: true | |
brew "nginx" | |
brew "node@8", args: ["with-openssl", "without-icu4c", "without-npm"] | |
brew "pcre2" | |
brew "pkg-config" | |
brew "putty" | |
brew "ruby" | |
brew "[email protected]", args: ["with-docs", "with-src"] | |
brew "yarn", args: ["without-node"] | |
brew "youtube-dl" | |
brew "dart-lang/dart/dart", args: ["devel"] | |
brew "dart-lang/dart/dart@1", args: ["with-content-shell", "with-dartium"] | |
cask "android-studio" | |
cask "dropbox" | |
cask "flux" | |
cask "gitter" | |
cask "google-drive" | |
cask "google-play-music-desktop-player" | |
cask "intellij-idea" | |
cask "iterm2" | |
cask "meld" | |
cask "slack" | |
cask "sublime-text" | |
cask "usb-overdrive" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment