-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
106 lines (106 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
105
106
tap "anchore/grype"
tap "azure/functions"
tap "derailed/popeye"
tap "git-duet/tap"
tap "github/bootstrap"
tap "golangci/tap"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "neovim/neovim"
brew "act"
brew "anchore/grype/grype"
brew "argocd"
brew "automake"
brew "azure-cli"
brew "bash-completion"
brew "bison"
brew "cfn-lint"
brew "cfssl"
brew "chart-testing"
brew "cmake"
brew "colima"
brew "conftest"
brew "derailed/popeye/popeye"
brew "direnv"
brew "dive"
brew "dotnet@6"
brew "editorconfig-checker"
brew "fasd"
brew "freetype"
brew "fzf"
brew "gh"
brew "git"
brew "git-duet/tap/git-duet"
brew "git-extras"
brew "git-lfs"
brew "gnupg"
brew "gnutls"
brew "go"
brew "golangci/tap/golangci-lint"
brew "hadolint"
brew "harfbuzz"
brew "hashicorp/tap/terraform-ls"
brew "helm"
brew "htop"
brew "imagemagick"
brew "imagesnap"
brew "jq"
brew "krb5"
brew "kubernetes-cli"
brew "kubeval"
brew "libffi"
brew "libfido2"
brew "libheif"
brew "luv"
brew "markdownlint-cli"
brew "mysql-client", link: true
brew "neovim"
brew "node"
brew "opa"
brew "paket"
brew "pinentry-mac"
brew "postgresql@14"
brew "protobuf"
brew "rbenv"
brew "ruby"
brew "ruby-build"
brew "sevenzip"
brew "sha3sum"
brew "sheldon"
brew "shellcheck"
brew "shfmt"
brew "stow"
brew "terraform", link: false
brew "terragrunt"
brew "tfenv"
brew "tflint"
brew "tfsec"
brew "the_silver_searcher"
brew "tig"
brew "tmux"
brew "tree"
brew "trivy"
brew "unbound"
brew "universal-ctags"
brew "uv"
brew "vale"
brew "watchman"
brew "wget"
brew "yamllint", link: false
brew "yarn"
brew "zlib"
cask "azure-data-studio"
cask "docker"
cask "firefox"
cask "flycut"
cask "iterm2"
cask "keepassxc"
cask "kitty"
cask "spectacle"
cask "spotify"
cask "viscosity"
cask "visual-studio-code"
cask "visual-studio-code-insiders"