Skip to content

Instantly share code, notes, and snippets.

@mrnugget
Created January 16, 2019 10:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnugget/0159bc554c4cfb499b8223efa8f10f10 to your computer and use it in GitHub Desktop.
Save mrnugget/0159bc554c4cfb499b8223efa8f10f10 to your computer and use it in GitHub Desktop.
# vim: set ft=ruby
cask_args appdir: '/Applications'
tap 'homebrew/cask'
brew 'mas'
brew 'git'
brew 'zsh'
brew 'make'
tap 'neovim/neovim'
brew 'neovim'
brew 'openssl'
brew 'coreutils'
brew 'fzf'
brew 'reattach-to-user-namespace'
brew 'tmux'
brew 'ripgrep'
brew 'direnv'
brew 'rbenv'
brew 'youtube-dl'
brew 'wget'
brew 'curl'
brew 'gnu-sed', args: ['with-default-names']
brew 'z'
brew 'cloc'
brew 'terraform'
brew 'jq'
brew 'tree'
brew 'hub'
brew 'dep'
cask 'firefox'
cask 'iterm2'
cask 'alfred'
cask '1password'
cask 'dropbox'
cask 'keepingyouawake'
cask 'sizeup'
cask 'slack'
cask 'arq'
cask 'tunnelblick'
cask 'istat-menus'
cask 'zoomus'
cask 'racket'
cask 'docker'
cask 'whatsapp'
mas 'annotate', id: 918207447
brew 'zlib' # required by pyenv
brew 'pyenv'
# brew 'https://raw.githubusercontent.com/dcos/dcos-e2e/master/minidcos.rb'
# Rust installed manually via: https://rustup.rs/
# Go installed manually with package from golang.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment