Skip to content

Commit

Permalink
brew.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
aereal committed Oct 10, 2018
1 parent de914dd commit 332930c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions brew.bash
@@ -0,0 +1,47 @@
#!/bin/bash

set -e

brew update

# essentials
brew install awscli
brew install colordiff
brew install coreutils
brew install curl
brew install direnv
brew install docker-completion
brew install docker-compose-completion
brew install envchain
brew install exa
brew install motemen/furoshiki2/furoshiki2
brew install git --with-curl
brew install tar
brew install go
brew install hub
brew install jq
brew install mackerelio/mackerel-agent/mackerel-agent
brew install mackerelio/mackerel-agent/mkr
brew install neovim
brew install peco
brew install proctools
brew install pstree
brew install reattach-to-user-namespace
brew install ripgrep
brew install slackcat
brew install sshutltle
brew install telnet
brew install tig
brew install tmux
brew install tree
brew install zsh --without-etcdir
brew install zsh-completions
brew install zsh-history-substring-search
brew install zsh-syntax-highlighting

# extra
brew install graphviz
brew install mysql-client
brew install openssl
brew install itchyny/rexdep/rexdep
brew install sbt

0 comments on commit 332930c

Please sign in to comment.