forked from bjeanes/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Brewfile
53 lines (53 loc) · 958 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
52
53
tap "elastic/tap"
tap "github/gh"
tap "goreleaser/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "nektos/tap"
cask "adoptopenjdk8"
brew "coreutils"
brew "asdf"
brew "awscli"
brew "bmon"
brew "cmake"
brew "elasticsearch"
brew "[email protected]", restart_service: true
brew "entr"
brew "epubcheck"
brew "erlang"
brew "exercism"
brew "fd"
brew "fzf"
brew "git"
brew "gnupg"
brew "go"
brew "hexyl"
brew "httpie"
brew "icu4c"
brew "kibana", restart_service: true
brew "libexif"
brew "libssh2"
brew "libgit2"
brew "libxml2"
brew "neovim"
brew "nmap"
brew "overmind"
brew "pandoc"
brew "pkg-config"
brew "pngcrush"
brew "postgresql", restart_service: true
brew "redis"
brew "ripgrep"
brew "the_silver_searcher"
brew "tidy-html5"
brew "z"
brew "zsh"
brew "github/gh/gh"
brew "goreleaser/tap/goreleaser"
brew "heroku/brew/heroku"
brew "nektos/tap/act"
cask "wkhtmltopdf"