-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile.lusankya
184 lines (170 loc) · 2.87 KB
/
Brewfile.lusankya
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
# vim: ft=ruby
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'colindean/fonts-nonfree'
tap 'coursier/formulas'
# needed for basically everything, might as well install it
cask 'adoptopenjdk'
# quick screen recording
cask 'licecap'
# IDE for Scala and Java development
cask 'intellij-idea'
# video conferencing
unless Dir.exist? "/Applications/zoom.us.app"
cask 'zoom'
end
# macos trash from cli
brew 'trash'
# journaling
brew 'jrnl'
# postscript stuff, used for man2pdf
brew 'ghostscript'
# used for menu bar stuff like time tracking
cask 'xbar'
# alternative cat that does syntax highlighting
brew 'bat'
# mac app store apps
#brew 'mas'
#begin
# mas 'Trello', id: 1278508951
#rescue
# echo "mas is unavailable, skipping Mac App Store apps"
#end
# a better find, use like "fd PATTERN"
brew 'fd'
# scala dependency retriever and bootstrap setup
#brew 'coursier/formulas/coursier'
# shell code linting
brew 'shellcheck'
# packages
brew 'ack'
brew 'aha'
brew 'ant'
brew 'archey'
brew 'aria2'
brew 'aspell'
brew 'gettext'
brew 'libffi'
brew 'pcre'
brew 'glib'
brew 'fontconfig'
brew 'pixman'
brew 'cairo'
brew 'curl'
brew 'git'
brew 'pkg-config'
brew 'gdbm'
brew 'readline'
brew 'gobject-introspection'
brew 'atk'
brew 'autoconf'
brew 'automake'
brew 'bash'
brew 'bash-completion@2'
brew 'bison'
brew 'boost'
brew 'boost-python'
brew 'cabal-install'
brew 'cmake'
brew 'colordiff'
brew 'cowsay'
brew 'dialog'
brew 'diff-so-fancy'
brew 'docker-completion'
brew 'docker-compose-completion'
brew 'docker-machine-completion'
brew 'dos2unix'
brew 'jpeg'
brew 'wxmac'
brew 'elixir'
brew 'emacs'
brew 'lame'
brew 'xvid'
brew 'ffmpeg'
brew 'gd'
brew 'gdk-pixbuf'
brew 'gdub'
brew 'gist'
brew 'glew'
brew 'gmp'
brew 'gnu-getopt'
brew 'gnu-sed'
brew 'lua'
brew 'gnuplot'
brew 'go'
brew 'sdl2'
brew 'sdl2_image'
brew 'gource'
brew 'gradle'
brew 'libtool'
brew 'graphviz'
brew 'hicolor-icon-theme'
brew 'pango'
brew 'gtk+'
brew 'htop'
brew 'hub'
brew 'perl'
brew 'imagemagick'
brew 'intltool'
brew 'jbig2dec'
brew 'jo'
brew 'oniguruma'
brew 'jq'
brew 'ledger'
brew 'leiningen'
brew 'libarchive'
brew 'libcroco'
brew 'libevent'
brew 'libgpg-error'
brew 'libksba'
brew 'librsvg'
brew 'libssh'
brew 'libssh2'
brew 'libvo-aacenc'
brew 'libyaml'
brew 'lnav'
brew 'lynx'
brew 'makedepend'
brew 'maven-completion'
brew 'mercurial'
brew 'mobile-shell'
brew 'tokyo-cabinet'
brew 'mutt'
brew 'mvnvm'
brew 'mysql-connector-c'
brew 'nmap'
brew 'node'
brew 'ragel'
brew 'ohcount'
brew 'openjpeg'
brew 'p7zip'
brew 'pandoc'
brew 'parallel'
brew 'pbzip2'
brew 'plantuml'
brew 'pngcrush'
brew 'poppler'
brew 'qt'
brew 'sip'
brew 'pyqt'
brew 'ripgrep'
brew 'ruby'
brew 'sbt'
brew 'scala'
brew 'scrypt'
brew 'sl'
brew 'spark'
brew 'sshtrix'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'typespeed'
brew 'unixodbc'
brew 'utf8proc'
brew 'vagrant-completion'
brew 'vim'
brew 'watch'
brew 'wemux'
brew 'wget'
brew 'xmlstarlet'