-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
51 lines (47 loc) · 855 Bytes
/
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
cask_args appdir: "/Applications"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/bundle"
brew "antigen"
brew "composer"
brew "diff-so-fancy"
brew "git"
brew "git-open"
brew "grc"
brew "mariadb"
brew "mas"
brew "nginx"
brew "nvm"
brew "node"
brew "openssl"
brew "php"
brew "the_silver_searcher"
brew "volta"
brew "wget"
brew "yarn"
brew "zsh"
brew "zsh-completions"
# Applications
cask "1password"
cask "android-platform-tools"
cask "android-sdk"
cask "docker"
cask "dropbox"
cask "firefox"
cask "google-chrome"
cask "hyper"
cask "java" unless system "/usr/libexec/java_home --failfast"
cask "poedit"
cask "postgres"
cask "postico"
cask "rectangle"
cask "sequel-pro"
cask "spotify"
cask "the-unarchiver"
cask "tunnelblick"
cask "visual-studio-code"
# Fonts
cask "font-amatic-sc"
cask "font-hack"
cask "font-lato"
cask "font-titillium-web"