-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
128 lines (112 loc) · 2.12 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
# Taps
# ------------------------------------------------------------------------------
tap "blackfireio/blackfire"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/cask"
tap "homebrew/command-not-found"
tap "homebrew/core"
tap "homebrew/dupes"
tap "homebrew/nginx"
tap "homebrew/php"
tap "homebrew/services"
tap "homebrew/versions"
tap "tldr-pages/tldr"
# Homebrew
# ------------------------------------------------------------------------------
# Terminal and stuff
brew "bash"
brew "tldr"
brew "coreutils"
brew "grep"
brew "zsh-completions"
brew "zsh"
# Utilities
brew "bat"
brew "curl"
brew "git-fresh"
brew "git-ftp"
brew "git"
brew "hub"
brew "mackup"
brew "mas"
brew "rename"
brew "tldr"
brew "tree"
brew "watch"
brew "wget"
brew "z"
brew "zplug"
# Web server
brew "mysql"
brew "nginx"
brew "redis"
# Node and Ruby
brew "node", link: false
brew "node@8", link: true
brew "ruby"
brew "yarn"
# PHP
brew "php"
brew "[email protected]"
brew "[email protected]"
brew "[email protected]"
brew "blackfireio/blackfire/blackfire-agent"
brew "composer"
# Caskroom
# ------------------------------------------------------------------------------
# General
cask "1password"
cask "cleanmymac"
cask "dropbox"
cask "brave-browser"
cask "goofy"
cask "notion"
cask "lastfm"
cask "libreoffice"
cask "screenflick"
# Utilities
cask "alfred"
cask "bartender"
cask "spectacle"
cask "the-unarchiver"
cask "unlox"
# Work
cask "cyberduck"
cask "dash"
cask "focus"
cask "harvest"
cask "paw"
cask "phpstorm"
cask "postman"
cask "tableplus"
cask "sketch"
cask "slack"
cask "sourcetree"
cask "visual-studio-code"
# Gaming and medias
cask "plex-media-server"
cask "radarr"
cask "sonarr"
cask "steam"
cask "transmission"
cask "vlc"
# Quicklook
cask "betterzipql"
cask "qlcolorcode"
cask "qlimagesize"
cask "qlmarkdown"
cask "qlprettypatch"
cask "qlstephen"
cask "quicklook-csv"
cask "quicklook-json"
# Fonts
cask "font-ibm-plex"
# Mac App Store
# ------------------------------------------------------------------------------
mas "Reeder", id: 880001334
mas "Sip", id: 507257563
mas "Keynote", id: 409183694
mas "Spark", id: 1176895641
mas "Xcode", id: 497799835