Skip to content

Instantly share code, notes, and snippets.

@Stargator
Created June 29, 2018 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stargator/7fd7cb4364c947bbeb102605bfbac86c to your computer and use it in GitHub Desktop.
Save Stargator/7fd7cb4364c947bbeb102605bfbac86c to your computer and use it in GitHub Desktop.
June 29th Brewfiles
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 "scala@2.11", 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"
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 "scala@2.11", 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