Skip to content

Instantly share code, notes, and snippets.

@dlaub3
Created June 6, 2019 14:32
Show Gist options
  • Save dlaub3/3b0e5e3ca0140af336952969a5432121 to your computer and use it in GitHub Desktop.
Save dlaub3/3b0e5e3ca0140af336952969a5432121 to your computer and use it in GitHub Desktop.
Brewfile
# brew bundle dump
# brew bundle
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "ansible"
brew "bash"
brew "docker-machine-driver-hyperkit"
brew "emacs", link: false
brew "fish"
brew "git"
brew "git-lfs"
brew "haskell-stack"
brew "htop"
brew "httpie"
brew "jq"
brew "kubernetes-helm"
brew "postgresql"
brew "screen"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "yarn"
cask "1password"
cask "cheatsheet"
cask "dash"
cask "emacs"
cask "figma"
cask "firefox"
cask "firefox-developer-edition"
cask "font-fira-code"
cask "font-fira-mono"
cask "font-fira-mono-for-powerline"
cask "font-fira-sans"
cask "font-firacode-nerd-font"
cask "font-firacode-nerd-font-mono"
cask "font-firamono-nerd-font"
cask "font-firamono-nerd-font-mono"
cask "gitkraken"
cask "google-chrome"
cask "google-chrome-canary"
cask "insomnia"
cask "iterm2"
cask "kap"
cask "keepassxc"
cask "krisp"
cask "lepton"
cask "minikube"
cask "osxfuse"
cask "pgadmin4"
cask "robo-3t"
cask "simplenote"
cask "slack"
cask "typora"
cask "veracrypt"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "visual-studio-code"
cask "zoomus"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment