-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-brew.sh
executable file
·98 lines (73 loc) · 2.08 KB
/
install-brew.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#!/usr/bin/env bash
#ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
#ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew analytics off
#brew tap caskroom/cask
#brew tap homebrew/services
#brew tap pivotal/tap
#brew tap privacysolutions/i2p
#brew tap yudai/gotty
#brew tap git-duet/tap
brew install antigen
brew install autossh
brew install bash
#brew install cmake
brew install colordiff
brew install colormake
#brew install colorsvn
brew install colortail
#brew install crash
#brew install cryptopp
brew install fish
brew install git
#brew install git-duet
#brew install git-extras
#brew install git-secret
#brew install git-secrets
#brew install git-standup
#brew install gpg-agent
#brew install gnupg
#brew install gotty
brew install gradle
#brew install graphviz
#brew install heroku
#brew install highlight
brew install htop
#brew install httpie
#brew install javarepl
brew install jenv
brew install jmeter
#brew install kubectl
brew install maven
#brew install macvim
#brew linkapps macvim
#brew install macvim --override-system-vim
brew install node
brew install nvm
#brew install pre-commit
#brew install pyenv
#brew install postgresql
#brew install rbenv
brew install scala
brew install sbt
brew tap spring-io/tap
brew install spring-boot
#brew install springboot
#brew install ssh-copy-id
#brew install tmate
#brew install tmux
#brew install tor
#brew install tutum
#brew install vim
#brew install watchman
#brew install wget
brew install wrk
#brew install xhyve
brew install zsh
#brew cask install minikube
#brew cask install shiftit
#brew cask install google-cloud-sdk
#curl -o- https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
#curl -Lo minikube https://storage.googleapis.com/minikube/releases/v0.11.0/minikube-darwin-amd64 && chmod +x minikube && sudo mv minikube /usr/local/bin/