mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add basic install packages stuff for brew and cask
This commit is contained in:
28
shell/homebrew.sh
Normal file
28
shell/homebrew.sh
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user