forked from ClearCarbon/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrewfile.sh
More file actions
executable file
·178 lines (163 loc) · 3.49 KB
/
brewfile.sh
File metadata and controls
executable file
·178 lines (163 loc) · 3.49 KB
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
function install {
if brew cask list | grep -q $1
then echo "Already installed $1"
else brew cask install $1
fi
}
brew tap homebrew/binary
brew tap homebrew/versions
brew tap neovim/homebrew-neovim
brew tap manastech/crystal
brew tap universal-ctags/universal-ctags
brew tap homebrew/science
brew tap buo/cask-upgrade
brew tap caskroom/cask
brew tap caskroom/fonts
brew tap caskroom/versions
brew update
brew upgrade
brew install mercurial
brew install tig
brew install git
brew install git-extras
brew install git-sh
brew install mercurial
brew install ghc cabal-install
#install mongodb
#install mysql
#install redis
#install sqlite
#install haproxy
#install nginx
#install postgresql
#install chicken
#install casperjs
#install phantomjs
#install gcc48
#install gcc49
#install clamav
#install ssh-copy-id
#install s3cmd
#install fdupes
#install markdown
#install duplicity
#install gd
#install graphviz --with-pdf
#install reattach-to-user-namespace
#install id3tool
#install imagemagick
#install unrar
#install libdvdcss
#install dos2unix
#install nmap
#install archey
brew install libtool
brew install libyaml
brew install openssl
# brew install libressl
brew install docker
brew install docker-machine
brew install docker-compose
brew install docker-clean
brew install docker-machine-driver-xhyve
brew install autoconf
brew install automake
brew install pkg-config
brew install readline
brew install valgrind
brew install gcc
brew install chruby
brew install ruby-install
brew install node
brew install watchman
brew install go
brew install bdw-gc gmp libevent libpcl libxml2 libyaml llvm
brew link llvm --force
brew install bash
brew install bash-completion
brew install coreutils
brew install ack
brew install wget
brew install ctags
brew unlink ctags
brew install htop
brew install watch
brew install vim
brew install tmux
brew install ranger
brew install cowsay
brew install wakeonlan
brew install tree
brew install smartmontools
brew install libvorbis
brew install libvpx
brew install libfaac
brew install ffmpeg --with-libvpx --with-theora --with-libvorbis --with-faac
brew install ffmpeg2theora
brew install ansible
brew install syncthing
brew install python
brew install --HEAD xhyve
brew install dnsmasq
brew install --HEAD neovim
brew install crystal-lang --with-llvm
brew install --HEAD universal-ctags
# Science
brew install gnuplot --with-qt --with-x11
brew install ghostscript
brew install octave --with-x11
brew install fltk
brew install homebrew/fuse/sshfs
install osxfuse
install macfusion
# Applications
install vagrant
install virtualbox
install google-chrome
install iterm2
install skype
install sequel-pro
install vlc
install flash-player
install firefox
install viscosity
install sqlitebrowser
install evernote
install gpgtools
install slack
install mou
install wkhtmltopdf
install aerial
install flux
install recordit
install clipgrab
install omnidisksweeper
install torbrowser
install tagspaces
install pgadmin3
install avidemux
install audacity
install aegisub
install duet
install mactex
install font-fontawesome
install xquartz
install java
install deluge
install keybase
# brew cask install paparazzi
# brew cask install appcleaner
# brew cask install daisydisk
# brew cask install disk-inventory-x
# brew cask install tinkertool
# brew cask install intel-power-gadget
# brew cask install google-drive
# brew cask install calibre
# brew cask install musicbrainz-picard
# brew cask install dropbox
#cask install plex
#cask install unison-usenet
#cask install adium
#cask install git-annex
brew cleanup
brew cask cleanup