Skip to content

Instantly share code, notes, and snippets.

@Matts966
Created April 29, 2020 12:08
Show Gist options
  • Save Matts966/262987296902b8c25f3464445ea3a3ec to your computer and use it in GitHub Desktop.
Save Matts966/262987296902b8c25f3464445ea3a3ec to your computer and use it in GitHub Desktop.
My Brewfile
tap "adoptopenjdk/openjdk"
tap "crisidev/chunkwm"
tap "d12frosted/emacs-plus"
tap "github/gh"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/php"
tap "homebrew/science"
tap "homebrew/services"
tap "homebrew/versions"
tap "koekeishiya/formulae"
tap "llvm-hs/llvm"
tap "macvim-dev/macvim"
tap "px4/px4"
brew "arp-scan"
brew "autoconf"
brew "automake"
brew "bash"
brew "bash-completion", link: false
brew "boost", link: false
brew "boost-python"
brew "byacc"
brew "readline", link: true
brew "xz"
brew "glib"
brew "cairo"
brew "carthage"
brew "cling"
brew "clisp"
brew "cmake"
brew "colordiff"
brew "consul"
brew "coreutils"
brew "wxmac"
brew "erlang"
brew "elixir"
brew "gnutls"
brew "emacs", args: ["HEAD"]
brew "flex"
brew "fwup"
brew "gcc"
brew "[email protected]"
brew "gcc@6"
brew "gdb"
brew "ghc"
brew "ghostscript"
brew "git"
brew "git-lfs"
brew "glew"
brew "glfw"
brew "gnu-sed"
brew "gnuplot"
brew "go"
brew "libtool"
brew "graphviz"
brew "gsl"
brew "icu4c", link: true
brew "haskell-stack"
brew "heroku"
brew "hub"
brew "hugo"
brew "imagemagick"
brew "jerm"
brew "jq"
brew "khd", restart_service: true
brew "kind"
brew "kubernetes-cli", link: false
brew "kustomize"
brew "libmemcached"
brew "libvirt"
brew "libyaml"
brew "swig"
brew "llvm"
brew "maven"
brew "mecab"
brew "mecab-ipadic"
brew "minicom"
brew "mysql"
brew "node", args: ["without-icu4c"]
brew "node@8", link: true
brew "noti"
brew "nvm"
brew "ocaml"
brew "ocamlbuild"
brew "opencv"
brew "operator-sdk"
brew "p7zip"
brew "pandoc"
brew "peco"
brew "picocom"
brew "pkg-config"
brew "pngquant"
brew "pyenv"
brew "ruby-build"
brew "rbenv"
brew "roswell"
brew "rpm2cpio"
brew "ruby"
brew "sdl"
brew "squashfs"
brew "sshpass"
brew "swiftlint"
brew "telnet"
brew "texinfo"
brew "tmux"
brew "tree"
brew "unrar"
brew "vim", args: ["HEAD"]
brew "watch"
brew "watchman"
brew "wget"
brew "yarn"
brew "d12frosted/emacs-plus/emacs-plus", args: ["HEAD"]
brew "github/gh/gh"
brew "px4/px4/gcc-arm-none-eabi"
cask "adoptopenjdk9"
cask "amethyst"
cask "epichrome"
cask "haskell-platform"
cask "oni"
cask "supercollider"
cask "tuntap"
cask "wkhtmltopdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment