-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
82 lines (82 loc) · 1.54 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
tap "codacy/tap"
tap "codeclimate/formulae"
tap "cormacrelf/tap"
tap "dart-lang/dart"
tap "equalsraf/neovim-qt"
tap "hashicorp/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "sass/sass"
tap "universal-ctags/universal-ctags"
brew "antiword"
brew "autoconf"
brew "automake"
brew "bat"
brew "[email protected]"
brew "berkeley-db"
brew "boost"
brew "readline"
brew "sqlite"
brew "xz"
brew "[email protected]"
brew "pkg-config"
brew "catch2"
brew "circleci"
brew "cmake"
brew "coreutils"
brew "diff-so-fancy"
brew "dos2unix"
brew "fd"
brew "fmt"
brew "gcc"
brew "gh"
brew "git"
brew "git-delta"
brew "git-secrets"
brew "libtool"
brew "gnutls"
brew "gnupg"
brew "go"
brew "graphviz"
brew "httpie"
brew "hyperfine"
brew "luajit", args: ["HEAD"]
brew "luarocks"
brew "msgpack-cxx"
brew "neovim", args: ["HEAD"]
brew "node"
brew "nss", link: false
brew "tmux"
brew "overmind"
brew "perl"
brew "postgresql", restart_service: true
brew "postgresql@11"
brew "postgresql@12"
brew "postgresql@13"
brew "qt@5"
brew "redis", restart_service: true
brew "ripgrep"
brew "ruby"
brew "rustup-init"
brew "swig@3"
brew "terminal-notifier"
brew "terragrunt"
brew "the_silver_searcher"
brew "watchman"
brew "wget"
brew "yamllint"
brew "zlib"
brew "zsh"
brew "codacy/tap/codacy-analysis-cli"
brew "cormacrelf/tap/dark-notify"
brew "equalsraf/neovim-qt/neovim-qt"
brew "heroku/brew/heroku"
brew "sass/sass/sass"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]
cask "dozer"
cask "goneovim"
cask "google-cloud-sdk"
cask "ngrok"