-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
140 lines (140 loc) · 3.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
tap "fluxcd/tap"
tap "googlecontainertools/kpt", "https://github.com/GoogleContainerTools/kpt.git"
tap "homebrew/bundle"
tap "kudobuilder/tap"
tap "possatti/possatti"
tap "samuong/alpaca"
brew "pycparser"
brew "cryptography"
brew "ansible"
brew "ansible-lint"
brew "argocd"
brew "autoconf"
brew "awscli"
brew "bash"
brew "bash-completion"
brew "black"
brew "gettext"
brew "checkov"
brew "consul"
brew "cowsay"
brew "curl"
brew "dive"
brew "dockutil"
brew "docutils"
brew "doxygen"
brew "fortune"
brew "gh"
brew "git"
brew "git-extras"
brew "gnu-tar"
brew "unbound"
brew "gnutls"
brew "libassuan"
brew "gnupg"
brew "go"
brew "go-task"
brew "golangci-lint"
brew "gomplate"
brew "harfbuzz"
brew "pango"
brew "librsvg"
brew "graphviz"
brew "hadolint"
brew "hcl2json"
brew "helm"
brew "helmfile"
brew "htop"
brew "iperf"
brew "istioctl"
brew "jq"
brew "jsonnet"
brew "k9s"
brew "kind"
brew "kubernetes-cli"
brew "krew"
brew "kubebuilder"
brew "kubectx"
brew "kustomize"
brew "linkerd"
brew "minikube"
brew "neovim"
brew "nmap"
brew "node"
brew "pv"
brew "shfmt"
brew "skaffold"
brew "ssh-copy-id"
brew "terraform-docs"
brew "tfenv"
brew "tflint"
brew "thanos"
brew "tilt"
brew "tree"
brew "watch"
brew "wget"
brew "wrk"
brew "yamllint"
brew "yq"
brew "zsh"
brew "goreleaser"
brew "ko"
brew "fluxcd/tap/flux"
brew "kudobuilder/tap/kuttl-cli"
brew "possatti/possatti/pokemonsay"
brew "samuong/alpaca/alpaca"
cask "1password", args: { appdir: "/Applications" }
cask "1password-cli", args: { appdir: "/Applications" }
cask "adobe-acrobat-reader", args: { appdir: "/Applications" }
cask "bambu-studio", args: { appdir: "/Applications" }
cask "chromedriver", args: { appdir: "/Applications" }
cask "docker", args: { appdir: "/Applications" }
cask "google-chrome", args: { appdir: "/Applications" }
cask "google-cloud-sdk", args: { appdir: "/Applications" }
cask "iterm2", args: { appdir: "/Applications" }
cask "meld", args: { appdir: "/Applications" }
cask "microsoft-auto-update", args: { appdir: "/Applications" }
cask "microsoft-office", args: { appdir: "/Applications" }
cask "obsidian", args: { appdir: "/Applications" }
cask "postman", args: { appdir: "/Applications" }
cask "rectangle", args: { appdir: "/Applications" }
cask "slack", args: { appdir: "/Applications" }
cask "spotify", args: { appdir: "/Applications" }
cask "stats", args: { appdir: "/Applications" }
cask "temurin", args: { appdir: "/Applications" }
cask "todoist", args: { appdir: "/Applications" }
cask "visual-studio-code", args: { appdir: "/Applications" }
# cask "vlc", args: { appdir: "/Applications" }
cask "zoom", args: { appdir: "/Applications" }
vscode "actboy168.tasks"
vscode "casualjim.gotemplate"
vscode "christian-kohler.path-intellisense"
vscode "dbaeumer.vscode-eslint"
vscode "eamodio.gitlens"
vscode "esbenp.prettier-vscode"
vscode "exiasr.hadolint"
vscode "formulahendry.auto-rename-tag"
vscode "foxundermoon.shell-format"
vscode "github.copilot"
vscode "github.copilot-chat"
vscode "github.vscode-github-actions"
vscode "golang.go"
vscode "hashicorp.terraform"
vscode "mhutchie.git-graph"
vscode "mikestead.dotenv"
vscode "ms-azuretools.vscode-docker"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode.makefile-tools"
vscode "ms-vscode.vscode-typescript-next"
vscode "oderwat.indent-rainbow"
vscode "pkief.material-icon-theme"
vscode "redhat.ansible"
vscode "redhat.vscode-yaml"
vscode "timonwong.shellcheck"
vscode "usernamehw.errorlens"
vscode "wholroyd.jinja"
vscode "wix.vscode-import-cost"
vscode "yoavbls.pretty-ts-errors"