-
Notifications
You must be signed in to change notification settings - Fork 0
/
brew-update
141 lines (132 loc) · 3.01 KB
/
brew-update
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
# Update Homebrew
brew update
# Upgrade Formulas
brew upgrade
# Install HomebrewCask
brew tap caskroom/cask
brew install brew-cask
####################
# Install Packages #
####################
brew install atk
brew install autoconf
brew install automake
brew install boost
brew install brew-cask
brew install cabal-install
brew install cairo
brew install celt
brew install cloog
brew install coreutils
brew install cscope
brew install ctags
brew install faac
brew install fdk-aac
brew install ffmpeg --with-fdk-aac --with-libvorbis --with-libvpx --with-openjpeg --with-theora --with-opencore-amr
--with-fdk-aac --with-libvorbis --with-libvpx --with-openjpeg --with-theora --with-opencore-amr
brew install fontconfig
brew install freetype
brew install fribidi
brew install gcc --without-multilib
brew install gdbm
brew install gdk-pixbuf
brew install gettext
brew install ghc
brew install ghostscript
brew install git
brew install glib
brew install gmp
brew install gnu-sed
brew install gobject-introspection
brew install gtk+
brew install harfbuzz
brew install hicolor-icon-theme
brew install highlight
brew install icu4c
brew install imagemagick
brew install intltool
brew install isl
brew install jbig2dec
brew install jpeg
brew install lame
brew install lastpass-cli
brew install lesstif
brew install libass
brew install libevent
brew install libffi
brew install libmpc
brew install libogg
brew install libpng
brew install libtiff
brew install libtool
brew install libvo-aacenc
brew install libvorbis
brew install libvpx
brew install little-cms2
brew install lua
brew install makedepend
brew install mpfr
brew install newt --with-python
brew install nkf
brew install opencore-amr
brew install openjpeg
brew install openssl
brew install opus
brew install orc
brew install p7zip
brew install pango
brew install pcre
brew install pdfcrack
brew install pixman
brew install pkg-config
brew install popt
brew install pwgen
brew install pyenv
brew install pyenv-virtualenv
brew install pyenv-virtualenvwrapper
brew install python
brew install python3
brew install readline
brew install rmtrash
brew install s-lang
brew install schroedinger
brew install screenfetch
brew install sdl
brew install shtool
brew install speex
brew install sqlite
brew install texi2html
brew install theora
brew install tmux
brew install tree
brew install vim
brew install wget
brew install wxmac
brew install x264
brew install xpdf
brew install xvid
brew install xz
brew install yasm
brew install z
brew install zsh
########################
# Install Applications #
########################
brew cask install adobe-reader
brew cask install bathyscaphe
brew cask install cakebrew
brew cask install cheatsheet
brew cask install dropbox
brew cask install evernote
brew cask install google-chrome
brew cask install hyperswitch
brew cask install inkscape
brew cask install mactex
brew cask install mendeley-desktop
brew cask install sitesucker
brew cask install sophos-anti-virus-home-edition
brew cask install sourcetree
brew cask install xquartz
# Remove outdated versions
brew cleanup
brew cask cleanup