forked from meodai/gotAnewDesignerMac
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
203 lines (144 loc) · 3.02 KB
/
Brewfile
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
tap 'bramstein/webfonttools'
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/dupes'
tap 'homebrew/fuse'
tap 'homebrew/versions'
#
# Comment or uncomment if you want to adapt your installation
#
# OSX Terminal stuff that will make your life easier
brew 'coreutils'
brew 'curl'
brew 'git'
brew 'git-lfs'
brew 'nvm'
brew 'trash'
brew 'wget'
brew 'autojump'
brew 'tree'
#
# system tools
#
cask 'osxfuse'
# let you mount windows drives and write on it
cask '1password'
# maintain your passwords
cask 'appcleaner'
# remove apps with system setting files
cask 'caffeine'
# can keep you mac awake when you give a talk for example
cask 'disk-inventory-x'
# helps you to find large files
cask 'iterm2'
# nicer looking and hackable terminal
cask 'liteicon'
# easily change you system and app icons
cask 'monolingual'
# tool to remove unused languages for your mac
cask 'licecap'
# record a part of the screen as gif
cask 'rightfont'
# good font management for osx
cask 'fontstand'
# try expensive fonts for 1h
cask 'slate'
# rearrange your OSX windows with shortcuts
# cask 'bartender'
# hide some icons from the OSX toolbar
cask 'the-unarchiver'
# better Unarchiver for OSX (support more formats but works the same)
cask 'tunnelbear'
# VPN
# extends quicklook so it supports more formats
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'webpquicklook'
#
# Text & Code
#
# mas 'Xcode', id: 497799835
# OSX Coding tools and IOS Simulators
cask 'atom'
# free and powerful text editor
cask 'sublime-text3'
# alternative text editor (a bit faster then atom, but less easy to use)
cask 'visual-studio-code'
cask 'haroopad'
# good markdown editor
# mas 'iA Writer', id: 775737590
# distraction free text editor
# mas 'MindNode', id: 992076693
# great mind map tool
#
# Internet stuff
#
cask 'google-chrome'
cask 'google-chrome-canary'
cask 'google-drive'
cask 'firefox'
cask 'transmit'
# ftp
cask 'transmission'
# torrents
#
# Collaboration
#
mas 'Dropmark', id: 554314609
cask 'slack'
cask 'skype'
cask 'github-desktop'
# github UI
#
# Creative stuff & image tools
#
cask 'sketch'
# sketch
cask 'sketch-toolbox'
# sketch plugin management
cask 'imagealpha'
# create small transparent PNG
cask 'imageoptim'
# PNG optimization
# cask 'magicavoxel'
# Voxel art
cask 'grafx'
# pixelart editor
# cask 'invisionsync'
# invision
# cask 'noun-project'
# noun project icon finder
# cask 'zeplin'
# zeplin
# cask 'principle'
# animation
# cask 'screenflow'
# screenflow
# cask 'sketchup'
# sketchup
# mas '123D Design', id: 566042322
# free and easy 3D modeling
# adobe stuff
# cask 'adobe-creative-cloud'
# cask 'adobe-photoshop-cc'
# cask 'adobe-illustrator-cc'
# mas 'Pixelmator', id: 407963104
#
# Multimedia & Tools
#
cask 'vlc'
cask 'spotify'
cask 'gifrocket'
# create gif's from movies
#
# Productivity tools
#
cask 'notational-velocity'
# store and retrieve notes
cask 'alfred'
# boosts your efficiency with hotkeys, keywords, text expansion and more.