-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbrew_install.sh
executable file
·85 lines (67 loc) · 1.97 KB
/
brew_install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## Brewfile for Homebrew. A load of commands for Homebrew to do
## To run this file use:
## brew bundle Brewfile
# Bash
#brew install bash
#brew install bash-completion
# ZSH
brew install zsh
brew install zsh-lovers
brew install zsh-completions
brew install zsh-syntax-highlighting
brew install the_silver_searcher
# For building stuff
brew install cmake
brew install ant
brew install autogen
# Basics
brew install automake
brew install freetype
#brew install gist
brew install gpg-suite-no-mail # Thanks to ChrisBAshton for the non-mail variant
# for signed commits with password-protected gpg key
brew install pinentry-mac
#brew install mobile-shell
brew install nmap
# brew install tmux
# brew install wget
brew install ctags
# brew install p7zip
brew install jq
# brew install zeromq
# brew install qt
# DB
#brew install mysql
#mkdir -p ~/Library/LaunchAgents/
#ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
#launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
#mysql_secure_installation
#brew install postgresql
#mkdir -p ~/Library/LaunchAgents/
#ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents
#launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
# brew install couchdb
# mkdir -p ~/Library/LaunchAgents/
# ln -sfv /usr/local/opt/couchdb/*.plist ~/Library/LaunchAgents
# launchctl load ~/Library/LaunchAgents/homebrew.mxcl.couchdb.plist
# brew install mongo
# mkdir -p ~/Library/LaunchAgents/
# ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
# launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
#brew install redis
# Git
brew install git
# brew install git-flow-avh
# brew install git-extras
brew install --HEAD hub
# ASDF is a dependency manager we can use for Node, Ruby, Python, etc...
# Replaces nvm and rbenv
brew install asdf
# Cloudy future
# brew install kubernetes-cli
# brew install heroku
#brew install aws-elasticbeanstalk
#brew install duck
brew install awscli
# Libs
#brew install zmq