-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
104 lines (104 loc) · 1.78 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
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "shopify/shopify"
tap "stripe/stripe-cli"
brew "antigen"
brew "autoconf"
brew "automake"
brew "bat"
brew "[email protected]"
brew "readline"
brew "sqlite"
brew "glib"
brew "cairo"
brew "coreutils"
brew "deno"
brew "dust"
brew "exa"
brew "fd"
brew "libtool"
brew "pkg-config"
brew "unbound"
brew "ffmpeg"
brew "fzf"
brew "ghostscript"
brew "git-delta"
brew "htop"
brew "hub"
brew "hyperfine"
brew "shared-mime-info"
brew "libheif"
brew "imagemagick"
brew "jpegoptim"
brew "jq"
brew "krb5"
brew "libksba"
brew "libyaml"
brew "n"
brew "overmind"
brew "patchutils"
brew "postgresql", restart_service: true
brew "postgresql@12"
brew "procs"
brew "redis", restart_service: true
brew "ripgrep"
brew "unrar"
brew "[email protected]"
brew "yarn"
brew "youtube-dl"
brew "zlib"
brew "heroku/brew/heroku"
brew "shopify/shopify/themekit"
brew "stripe/stripe-cli/stripe"
cask "adobe-acrobat-reader"
cask "audio-hijack"
cask "backblaze"
cask "caffeine"
cask "calibre"
cask "choosy"
cask "chromedriver"
cask "colorsnapper"
cask "cyberduck"
cask "daisydisk"
cask "discord"
cask "docker"
cask "figma"
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "font-victor-mono"
cask "font-victormono-nerd-font"
cask "google-chrome"
cask "hex-fiend"
cask "imageoptim"
cask "kap"
cask "keybase"
cask "loopback"
cask "milkytracker"
cask "musicbrainz-picard"
cask "netnewswire"
cask "ngrok"
cask "notion"
cask "openvpn-connect"
cask "pgadmin4"
cask "postman"
cask "responsively"
cask "rocket"
cask "signal"
cask "sizzy"
cask "sketch"
cask "skype"
cask "slack"
cask "spotify"
cask "superduper"
cask "telegram"
cask "tomighty"
cask "transmission"
cask "vlc"
cask "whatsapp"
cask "zeplin"
cask "zoomus"