-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
121 lines (121 loc) · 2.08 KB
/
Brewfile
File metadata and controls
121 lines (121 loc) · 2.08 KB
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
tap "charmbracelet/tap"
tap "dagger/tap"
tap "danielfoehrkn/switch"
tap "golangci/tap"
tap "googlecontainertools/kpt", "https://github.com/GoogleContainerTools/kpt.git"
tap "goreleaser/tap"
tap "hashicorp/tap"
tap "jorgelbg/tap"
tap "local/tap"
tap "macropower/tap"
tap "nikitabobko/tap"
tap "spinel-coop/tap"
tap "zdk/tools"
brew "agg"
brew "argocd"
brew "openssl@3"
brew "python@3.13"
brew "asciinema"
brew "awscli"
brew "bash"
brew "calicoctl"
brew "lima"
brew "colima", args: ["HEAD"], restart_service: :changed
brew "colordiff"
brew "coreutils"
brew "dagger"
brew "deno"
brew "difftastic"
brew "duckdb"
brew "fish"
brew "flake"
brew "fzf"
brew "gh"
brew "git"
brew "glow"
brew "gnu-sed"
brew "go"
brew "gopls"
brew "openjdk"
brew "groovy"
brew "helm"
brew "ipcalc"
brew "jq"
brew "k6"
brew "k9s"
brew "kind"
brew "krew"
brew "kube-ps1"
brew "kubecm"
brew "kubecolor"
brew "kustomize"
brew "lua"
brew "mdcat"
brew "ruby"
brew "mdless"
brew "most"
brew "mtr"
brew "neofetch"
brew "neovim"
brew "node"
brew "node@18"
brew "pinentry-mac"
brew "pipx"
brew "podman"
brew "postgresql@14"
brew "prettyping"
brew "python@3.9"
brew "ripgrep"
brew "rm-hook"
brew "rust"
brew "rv"
brew "s3cmd"
brew "semgrep"
brew "shellcheck"
brew "skopeo"
brew "solargraph"
brew "sops"
brew "stern"
brew "telnet"
brew "tfenv"
brew "tldr", link: false
brew "tlrc"
brew "tree"
brew "trivy"
brew "uv"
brew "vegeta"
brew "vhs"
brew "watch"
brew "wget"
brew "yaml-language-server"
brew "yamlfmt"
brew "yarn"
brew "yq"
brew "zellij"
brew "zoxide"
brew "zsh"
brew "charmbracelet/tap/freeze"
brew "danielfoehrkn/switch/switch"
brew "golangci/tap/golangci-lint"
brew "googlecontainertools/kpt/kpt"
brew "goreleaser/tap/nfpm"
brew "hashicorp/tap/terraform", link: false
brew "hashicorp/tap/vault"
brew "jorgelbg/tap/pinentry-touchid"
brew "vks/tap/vksctl"
brew "warachet-s/tap/fke"
brew "warachet-s/tap/flava"
brew "zdk/tools/distrowat"
brew "zdk/tools/rm-safely"
cask "aerospace"
cask "cleanshot"
cask "firefox"
cask "google-chrome"
cask "gpg-suite"
cask "input-source-pro"
cask "kat"
cask "meetingbar"
cask "obsidian"
cask "slack"
cask "wezterm"
cask "zed"