Skip to content

Instantly share code, notes, and snippets.

@nicksnell
Created October 6, 2019 19:44
Show Gist options
  • Save nicksnell/22b6a4c06ff7b7fb946a4e8d5b962065 to your computer and use it in GitHub Desktop.
Save nicksnell/22b6a4c06ff7b7fb946a4e8d5b962065 to your computer and use it in GitHub Desktop.
Brewfile - OSX setup
# Install command-line tools using Homebrew
# Usage: `brew bundle Brewfile`
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "mas-cli/tap"
tap "dart-lang/dart"
tap "heroku/brew"
tap "d12frosted/emacs-plus"
tap "homebrew/cask-fonts"
brew "coreutils"
brew "wget"
brew "ack"
brew "emacs-plus", args: ["with-natural-title-bars"]
brew "gradle"
brew "gist"
brew "git-standup"
brew "git-flow-avh"
brew "heroku"
brew "hub"
brew "jq"
brew "jrnl"
brew "lynx"
brew "mas"
brew "nmap"
brew "nvm"
brew "r"
brew "task"
brew "todo-txt"
brew "tmux"
brew "travis"
brew "tree"
brew "python"
brew "golang"
brew "lua"
# Need java first...
#brew "scala"
brew "mongodb"
brew "redis"
brew "dart"
cask "atom"
cask "android-studio"
cask "bartender"
cask "caffeine"
cask "charles"
cask "chromium"
cask "dash"
#cask "docker"
cask "dropbox"
cask "emacs"
cask "firefox"
cask "font-source-code-pro"
cask "iterm2"
cask "java"
brew "scala"
cask "gimp"
cask "kindle"
cask "insomnia"
cask "google-chrome"
cask "google-backup-and-sync"
cask "keybase"
cask "little-snitch"
cask "mongodb-compass"
cask "poedit"
cask "postgres"
cask "rstudio"
cask "rescuetime"
cask "remember-the-milk"
cask "sketch"
cask "visual-studio-code"
cask "zeplin"
#mas "1Password", id: 443987910
mas "Magnet", id: 441258766
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment