-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
61 lines (61 loc) · 1 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "nulogy/nulogy", "[email protected]:nulogy/homebrew-nulogy.git"
brew "autoconf"
brew "automake"
brew "openssl@3"
brew "awscli"
brew "bash"
brew "libssh2"
brew "bat"
brew "gettext"
brew "cmake"
brew "coreutils"
brew "openldap"
brew "curl"
brew "libksba"
brew "gnupg"
brew "diff-pdf"
brew "docker-compose", link: false
brew "emojify"
brew "eza"
brew "gh"
brew "git"
brew "gnu-sed"
brew "helm"
brew "jq"
brew "libyaml"
brew "nginx"
brew "[email protected]"
brew "overmind"
brew "pcre"
brew "pkg-config"
brew "postgresql@15", link: true
brew "redis"
brew "rust"
brew "sops"
brew "sqlfluff"
brew "yarn"
brew "yq"
brew "zlib"
brew "zsh-autosuggestions"
brew "nulogy/nulogy/branj"
cask "1password"
cask "alfred"
cask "bartender"
cask "chromedriver"
cask "dash"
cask "docker"
cask "fork"
cask "iterm2"
cask "launchbar"
cask "macvim"
cask "microsoft-remote-desktop"
cask "postman"
cask "rubymine"
cask "sizeup"
cask "sublime-text"
cask "tableplus"
cask "tuple"
cask "wkhtmltopdf"