forked from dascentral/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
123 lines (113 loc) · 2.44 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
#tap 'fwartner/tap'
tap 'nicoverbruggen/homebrew-cask'
# Brew
# brew 'ack'
# brew 'bash'
brew 'awscli'
brew 'composer'
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'gnupg2'
brew 'httpie'
brew 'htop'
brew 'hub'
brew 'imagemagick'
#brew 'fwartner/tap/mac-cleanup'
brew 'mackup'
brew 'mas'
brew 'mingw-w64'
brew 'mysql'
brew 'nginx'
brew 'php'
brew 'pkg-config'
brew 'redis'
brew 'ssh-copy-id'
brew 'svn'
brew 'the_silver_searcher'
brew 'trash'
brew 'tree'
brew 'wrk'
brew 'yarn'
brew 'zlib'
# Spatie Medialibrary
# brew 'jpegoptim'
# brew 'optipng'
# brew 'pngquant'
# brew 'svgo'
# brew 'gifsicle'
# Casks
# Typically installed manually for convenience during new computer setup
# cask '1password'
# Typically installed by AKQA IT
# cask 'google-chrome'
# cask 'slack'
# Unsure why these are disabled
# cask 'ray'
# cask 'transmission'
# cask 'transmit'
# cask '1password-cli'
cask 'aerial'
cask 'alfred'
cask 'appcleaner'
cask 'bartender' # Bartender Alternative - https://matthewpalmer.net/vanilla/
cask 'bettertouchtool'
# cask 'docker'
cask 'figma'
# cask 'firefox'
cask 'github'
cask 'google-drive' # https://formulae.brew.sh/cask/google-drive
cask 'grammarly'
cask 'gpg-suite'
cask 'hey' # https://formulae.brew.sh/cask/hey
cask 'imageoptim'
cask 'insomnia'
cask 'iterm2'
cask 'miro' # https://formulae.brew.sh/cask/miro
cask 'phpmon' # https://github.com/nicoverbruggen/phpmon
cask 'postman'
cask 'rocket'
cask 'setapp' # https://formulae.brew.sh/cask/setapp
cask 'signal'
cask 'spectacle'
cask 'spotify'
# cask 'sublime-text'
cask 'tableplus'
# cask 'telegram-desktop'
cask 'teamviewer'
cask 'the-unarchiver'
# cask 'tower'
cask 'typora'
# cask 'visual-studio-code'
cask 'vlc'
# cask 'whatsapp'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'qlvideo'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'quicklookase'
cask 'suspicious-package'
cask 'webpquicklook'
# Fonts
cask 'font-fira-code'
cask 'font-lato'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
# Mac App Store
# mas 'MindNode', id: 1289197285 # Check Setapp
# mas 'Dato', id: 1470584107
mas 'Evernote', id: 406056744
# mas 'Forecast Bar', id: 982710545
# mas 'Spark', id: 1176895641
mas 'Tomato 2: Pomodoro Timer', id:1494210770
mas 'Tweetbot', id: 1384080005
# mas 'Brother iPrint&Scan', id: 1193539993