Created
January 16, 2019 10:17
-
-
Save mrnugget/0159bc554c4cfb499b8223efa8f10f10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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