Skip to content

Instantly share code, notes, and snippets.

@bmabey
Created November 15, 2018 23:39
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 bmabey/139389d84e568a9c58585a61b8601147 to your computer and use it in GitHub Desktop.
Save bmabey/139389d84e568a9c58585a61b8601147 to your computer and use it in GitHub Desktop.
brew 'ack'
brew 'ag'
brew 'coreutils'
brew 'bash-completion'
brew 'openssl'
brew 'readline'
brew 'ispell'
brew 'wget'
brew 'tree'
brew 'autoenv'
brew 'postgres'
tap 'homebrew/dupes'
brew 'rsync'
brew 'vim', args: ['override-system-vi']
#brew 'emacs', args: ['with-cocoa', 'with-gnutls', 'srgb']
tap 'd12frosted/emacs-plus'
brew 'emacs-plus'
brew 'tmux'
# Ruby
#brew 'rbenv'
#brew 'ruby-build'
cask_args appdir: '/Applications'
tap 'caskroom/cask'
cask 'google-chrome'
cask 'firefox'
cask 'dropbox'
cask 'google-drive'
cask 'iterm2'
cask 'caffeine'
cask 'anki'
cask 'appzapper'
cask 'calibre'
cask 'beamer'
cask 'grandperspective'
cask 'handbrake'
#cask 'hipchat'
cask 'slack'
cask 'rescuetime'
cask 'papers'
cask 'skype'
cask 'spotify'
cask 'thunderbird'
cask 'toggldesktop'
cask 'unrarx'
cask 'vagrant'
cask 'virtualbox'
cask 'vmware-fusion'
cask 'vlc'
#cask 'flash'
cask 'dash'
cask 'flux'
cask 'spectacle'
cask 'qlcolorcode' # Enable syntax highlighting in source files
cask 'qlstephen' # Preview plain text files without extension
cask 'qlmarkdown' # Preview Markdown files
cask 'quicklook-json' # Preview json jiles
cask 'qlprettypatch' # diff/patch files
# git
brew 'git'
brew 'hub'
brew 'tig'
brew 'git-lfs'
cask 'kaleidoscope'
#cask 'sourcetree'
#mas '1Password', id: 443987910
#mas 'dayone', id: 443987910
# Java
cask 'java'
brew 'maven'
#cask 'intellij-idea-ce'
## sshfs
#tap 'homebrew/fuse'
#cask 'osxfuse'
#brew 'sshfs'
cask 'xquartz'
cask 'mactex'
#tap 'homebrew/science'
#brew 'R'
#cask 'rstudio'
#!/bin/bash
brew tap homebrew/bundle
brew bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment