-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
133 lines (123 loc) · 2.29 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
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'mas-cli/tap', pin: true
tap 'netlify/netlifyctl'
brew 'mas' # Mac AppStore CLI
# dependencies
brew 'coreutils'
brew 'automake'
brew 'autoconf'
brew 'openssl'
brew 'libyaml'
brew 'readline'
brew 'libxslt'
brew 'libtool'
brew 'unixodbc'
brew 'freetype'
brew 'bison'
brew 'bison27'
brew 'gettext'
brew 'icu4c'
brew 'jpeg'
brew 'libiconv'
brew 'libpng'
brew 'zlib'
# general
brew 'youtube-dl'
brew 'transmission'
brew 'ffmpeg'
brew 'httpie'
brew 'composer'
cask 'google-chrome'
cask 'google-chrome-canary'
cask 'alfred'
cask 'slack'
cask 'beardedspice'
cask 'vlc'
cask 'airserver'
cask 'daisydisk'
cask 'evernote'
cask 'skype'
# cask 'bartender' - Install with SetApp
# cask 'gemini' - Install with SetApp
mas 'Tweetbot 3 for Twitter', id: 1384080005
mas "Copy'em Paste (Clipboard Mgr.)", id: 876540291
cask 'teamviewer'
cask 'droplr'
cask 'jdownloader'
cask 'airdroid'
# command line / dev tools
cask 'sublime-text'
cask 'visual-studio-code'
cask 'webstorm'
cask 'rubymine'
cask 'tower2'
brew 'httpie'
cask 'docker'
cask 'kitematic'
# cask 'kaleidoscope'
# cask 'ksdiff'
cask 'sequel-pro'
cask 'psequel'
brew 'wget'
brew 'watch'
#cask 'cd-to'
cask 'colorpicker-skalacolor'
brew 'autojump'
brew 'imagemagick'
cask 'dash'
cask 'zoomus'
cask 'discord'
cask 'ngrok'
brew 'wp-cli'
brew 'dnsmasq'
cask 'postman'
brew 'asdf'
brew 'yarn --without-node'
# iOS dev
cask 'sketch'
#mas 'Marked 2', id: 890031187
# Quick Look Plugins
# checkout https://github.com/sindresorhus/quick-look-plugins
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlcolorcode'
cask 'qlstephen'
brew 'gnupg'
brew "python"
brew "python3"
brew "reattach-to-user-namespace"
brew "the_silver_searcher"
brew "tmux"
brew "wakatime-cli"
brew "z"
brew "zsh"
cask "1password6"
cask "dropbox"
cask "firefox"
cask "iterm2"
cask "setapp"
cask "slack"
cask "smcfancontrol"
cask "spectacle"
cask "spotify"
cask "switchresx"
cask "telegram"
brew 'postgres'
brew 'redis'
brew 'mysql'
brew 'netlifyctl'
brew '[email protected]'
cask 'cyberduck'
# Fonts
cask "font-inconsolata-for-powerline"
cask "font-fira-mono"
cask "font-hack-nerd-font"
cask "font-meslo-for-powerline"
cask "font-meslo-nerd-font"
cask "font-source-code-pro"
mas "Xcode", id: 497799835