-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathBrewfile.sh
executable file
·226 lines (205 loc) · 6.61 KB
/
Brewfile.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# このコマンドなんだっけ?ってなったら`brew home <command>` --force
set -ux
echo "### brew tap"
brew tap homebrew/cask-versions --force
brew tap homebrew/dupes --force
brew tap telemachus/homebrew-desc --force
brew install brew-desc --force
brew tap phinze/homebrew-cask --force
brew tap caskroom/fonts --force
brew update --force
brew upgrade --force
echo "### GNU tools"
# GNU tools --force
brew install binutils --force --force
brew install diffutils --force
brew install ed --default-names --force
brew install findutils --default-names --force
brew install gawk --force
brew install gnu-indent --default-names --force
brew install gnu-sed --force
brew install gnu-tar --default-names --force
brew install gnu-which --default-names --force
brew install gnutls --default-names --force
brew install grep --default-names --force
brew install gzip --force
brew install readline --force
brew install screen --force
brew install watch --force
brew install wdiff --with-gettext --force
brew install wget --force
brew install xz --force
echo "### Shell"
brew install bash --force
brew install coreutils --force
brew install ctags --force
brew install emacs --force
brew install erlang --force
brew install gdb # gdb requires further actions to make it work. See `brew info gdb`. --force
brew install gdb --force
brew install gdbm --force
brew install gpatch --force
brew install m4 --force
brew install make --force
brew install moreutils --force
brew install nano --force
brew install reattach-to-user-namespace --force
brew install tmux --force
brew install zsh --force
brew install zsh-history-substring-search --force
brew install zsh-syntax-highlighting --force
brew tap lestrrat/peco --force
brew install peco --force
echo "### Programming"
#brew install ghc # haskell impl --force
#brew install haskell-platform --force
#brew install phantomjs --force
#brew install pythonbrew --force
#brew install spidermonkey --force
#brew install yuicompressor --force
brew install checkbashisms --force
brew install cmake --force
brew install flow --force
brew install golang --force
brew install llvm --force
brew install maven --force
brew install node --force
brew install python --force
brew install qt --force
brew install ruby --force
echo "### VCS"
brew install git --force
brew install git-flow --force
#brew install gitgs --force
brew install svn --force
brew install hg --force
echo "### Utils"
brew install ag --force
brew install ack --force
brew install cmigemo --force
brew install colordiff --force
brew install direnv --force
brew install gibo --force
#brew install grunt --force
brew install pcre --force
brew install pidof --force
brew install spark --force
brew install trash --force
brew install tree --force
# multimedia --force
brew install optipng --force
brew install imagemagick --force
brew install graphviz --force
brew install ffmpeg \
--with-fdk-aac --with-libvo-aacenc \
--with-libvorbis --with-libvpx \
--with-openjpeg --with-theora \
--with-opencore-amr \
--with-libfreetype \
--force
echo "### Network"
brew install wireshark --with-x --force
brew install mitmproxy --force
echo "### Filesystem"
#brew install ibevent --force
#brew install serf --force
brew install libtool --force
brew install nspr --force
brew install oniguruma --force
brew install pkg-config --force
brew install protobuf --force
brew install pssh --force
brew install pstree --force
brew install sbt --force
brew install scala --force
brew install socat --force
brew install sqlite --force
brew install tig --force
brew install z --force
brew install zsh-completions --force
echo "### brew cask"
brew install brew-cask --force
brew cask install virtualbox --force
brew cask install vagrant --force
brew install docker --force
brew cask install docker --force
# install qemu --force
# install dvdrtools --force
# install groff --force
# install mac binary
brew cask install LightPaper --force
brew cask install audacity --force
brew cask install gimp --force
brew cask install google-chrome --force
brew cask install google-drive-file-stream --force
brew cask install google-hangouts --force
brew cask install google-japanese-ime --force
brew cask install inkscape --force
brew cask install kindle --force
brew cask install libreoffice --force
brew cask install limechat --force
brew cask install mi --force
brew cask install skype --force
echo "### Utils"
brew cask install android-file-transfer --force
brew cask install bettertouchtool --force
brew cask install keyfinder --force
brew cask install Karabiner --force
brew cask install scroll-reverser --force
echo "### Network"
# network
# programming
#cask install google-app-engine-launcher --force
brew cask install 1clipboard --force
brew cask install android-studio --force
brew cask install atom --force
brew cask install eclipse-ide --force
brew cask install genymotion --force
brew cask install github --force
brew cask install gitx-l --force
brew cask install growlnotify --force
brew cask install gyazo --force
brew cask install heroku-toolbelt --force
brew cask install intellij-idea-ce --force
brew cask install iterm2 --force
brew cask install java --force
brew cask install jd-gui --force
brew cask install jq --force
brew cask install macs-fan-control --force
brew cask install mono-mre --force
brew cask install mou --force
brew cask install mucommander --force
brew cask install p4v --force
#brew cask install porthole --force
brew cask install sauce --force
brew cask install sketch --force
brew cask install slack --force
brew cask install sourcetree --force
brew cask install synergy --force
brew cask install visual-studio-code --force
brew cask install xquartz --force
echo "### sshfs"
brew cask install osxfuse --force
brew install sshfs --force
echo "### Fonts"
brew cask install font-source-code-pro --force
brew cask install font-roboto --force
brew cask install font-noto-sans --force
brew clean --force
echo "### install binary"
sudo ln -s /usr/local/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin/diff-highlight
wget https://dl.google.com/drive/InstallBackupAndSync.dmg
mv InstallBackupAndSync.dmg ~/Downloads/
hdiutil attach ~/Downloads/InstallBackupAndSync.dmg
yes | cp -rf /Volumes/Install\ Backup\ and\ Sync\ from\ Google/Backup\ and \Sync.app /Applications
#sudo installer -verbose -pkg "/Volume/GoogleDriveFileStream.pkg" -target /
echo "### Open Background Applications"
open /Applications/Backup\ and\ Sync.app
open /Applications/Google/ Drive/ File/ Stream.app
open /Applications/1Clipboard.app
open /Applications/Backup\ and\ Sync.app
open /Applications/BetterTouchTool.app
open /Applications/Docker.app
open /Applications/Dropbox.app
open /Applications/Karabiner.app
open /Applications/Scroll\ Reverser.app