Created
June 29, 2018 16:17
-
-
Save Stargator/7fd7cb4364c947bbeb102605bfbac86c to your computer and use it in GitHub Desktop.
June 29th Brewfiles
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 "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 "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 "putty" | |
brew "ruby" | |
brew "[email protected]", args: ["with-docs", "with-src"] | |
brew "yarn", args: ["without-node"] | |
brew "youtube-dl" | |
brew "dart-lang/dart/dart" | |
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" | |
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