Add basic install packages stuff for brew and cask

This commit is contained in:
2016-12-24 17:10:40 +00:00
parent 523f3b409d
commit f00fe0666e
3 changed files with 114 additions and 0 deletions

28
shell/homebrew.sh Normal file
View File

@@ -0,0 +1,28 @@
#
# Homebrew related stuff.
#
install_brew_global_packages () {
# Basic packages.
brew install \
ack \
android-sdk \
bash \
bazaar \
git \
heroku \
kubernetes-cli \
peco \
readline \
reattach-to-user-namespace \
the_silver_searcher \
tmux \
zsh
brew install aspell --with-lang-en --with-lang-el --with-lang-sv
# Services.
brew install \
mysql \
redis
}