-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
82 lines (82 loc) · 1.36 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 "bfontaine/utils"
tap "cedricblondeau/cedricblondeau"
tap "ethereum/ethereum"
tap "fluxcd/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/services"
tap "mike-engel/jwt-cli"
tap "minio/stable"
tap "universal-ctags/universal-ctags"
tap "weaveworks/tap"
brew "xz"
brew "gcc@11"
brew "gcc"
brew "[email protected]"
brew "aws-iam-authenticator"
brew "aws-sam-cli"
brew "bat"
brew "libpng"
brew "xorgproto"
brew "cairo"
brew "llvm"
brew "ccls"
brew "clusterctl"
brew "cscope"
brew "ctop"
brew "delve"
brew "docbook"
brew "drill"
brew "entr"
brew "ethereum"
brew "fd"
brew "giflib"
brew "feh"
brew "[email protected]"
brew "fpp"
brew "fzf"
brew "gh"
brew "glow"
brew "gnu-getopt"
brew "gnu-tar"
brew "go"
brew "pkgconf"
brew "[email protected]"
brew "gradle@6", link: true
brew "gum"
brew "helm"
brew "ipfs"
brew "jpeg"
brew "kubernetes-cli"
brew "krew"
brew "libxslt"
brew "lpeg"
brew "lua"
brew "[email protected]"
brew "luajit"
brew "luarocks"
brew "make"
brew "msgpack"
brew "neovim", link: false
brew "node@18"
brew "operator-sdk"
brew "pandoc"
brew "pango"
brew "[email protected]"
brew "ripgrep"
brew "ruby"
brew "solidity"
brew "starship"
brew "subversion"
brew "tmux"
brew "universal-ctags"
brew "urlview"
brew "virtualenvwrapper"
brew "yq"
brew "zsh"
brew "bfontaine/utils/rfc"
brew "fluxcd/tap/flux"
brew "mike-engel/jwt-cli/jwt-cli"
brew "minio/stable/mc"
brew "weaveworks/tap/eksctl"