-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot_Brewfile.tmpl
More file actions
161 lines (154 loc) · 2.97 KB
/
dot_Brewfile.tmpl
File metadata and controls
161 lines (154 loc) · 2.97 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# vim: ft=ruby.chezmoitmpl
tap 'anomalyco/tap'
tap 'cue-lang/tap'
tap 'derailed/k9s'
tap 'hashicorp/tap'
tap 'stefanprodan/tap'
brew 'bat'
brew 'chezmoi'
brew 'cloudflared'
brew 'cue-lang/tap/cue'
brew 'difftastic'
brew 'duf'
brew 'dust'
brew 'fd'
brew 'fzf'
brew 'gh'
brew 'git-extras'
brew 'gitoxide'
brew 'glab'
brew 'gum'
brew 'hadolint'
brew 'helm'
brew 'helm@3'
brew 'helmfile'
brew 'jj'
brew 'jjui'
brew 'jq'
brew 'derailed/k9s/k9s'
brew 'kind'
brew 'luarocks'
brew 'mise'
brew 'mongosh'
brew 'openapi-generator'
brew 'anomalyco/tap/opencode'
brew 'operator-sdk'
brew 'ripgrep'
brew 'sad'
brew 'sk'
brew 'sqruff'
brew 'starship'
brew 'tea'
brew 'hashicorp/tap/terraform'
brew 'terraform-docs'
brew 'tfsec'
brew 'stefanprodan/tap/timoni'
brew 'tree-sitter-cli'
brew 'typst'
brew 'watchexec'
brew 'xh'
brew 'zoxide'
{{ if .machine.macos -}}
tap 'FelixKratz/formulae'
tap 'nikitabobko/tap'
cask 'nikitabobko/tap/aerospace'
brew 'bash'
brew 'cmake'
brew 'colima'
brew 'coreutils'
brew 'curl'
cask 'discord'
brew 'docker'
brew 'docker-buildx'
brew 'docker-compose'
brew 'doctl'
brew 'duckdb'
brew 'ffmpeg'
brew 'ghostscript'
brew 'git'
brew 'gnu-sed'
brew 'gnu-tar'
brew 'gnupg'
brew 'graphviz'
brew 'htop'
brew 'mas'
brew 'moreutils'
brew 'mtr'
brew 'ncdu'
brew 'neovim'
brew 'pinentry-mac'
brew 'postgresql@15'
brew 'rename'
brew 'FelixKratz/formulae/sketchybar'
brew 'tcptraceroute'
brew 'tmux'
brew 'watch'
brew 'watchman'
brew 'yara'
brew 'zellij'
brew 'zsh'
cask 'betterdisplay'
cask 'cap'
cask 'firefox@nightly'
cask 'flameshot'
cask 'font-sketchybar-app-font'
cask 'font-victor-mono'
cask 'font-victor-mono-nerd-font'
cask 'ghostty'
cask 'gimp'
cask 'hammerspoon'
cask 'jetbrains-toolbox'
cask 'languagetool-desktop'
cask 'middleclick'
cask 'nomachine'
cask 'notion'
cask 'notion-calendar'
cask 'raycast'
cask 'thunderbird@daily'
cask 'ungoogled-chromium'
cask 'utm'
cask 'visual-studio-code'
cask 'zen'
{{ if .machine.work -}}
brew 'argocd'
brew 'azure-cli'
brew 'coursier'
brew 'librdkafka'
brew 'linode-cli'
brew 'openjdk' # Required by coursier
cask 'chatgpt'
cask 'claude'
cask 'claude-code'
cask 'cursor'
cask 'gcloud-cli'
cask 'google-drive'
cask 'postman'
cask 'redis-insight'
cask 'slack'
cask 'wireshark-app'
{{ end -}}
{{ else -}}
brew 'age'
brew 'crane'
brew 'dive'
brew 'earthly'
brew 'gitui'
brew 'ipcalc'
brew 'just'
brew 'kubeshark'
brew 'lnav'
brew 'miller'
brew 'prettyping'
brew 'qpdf'
brew 'sops'
brew 'weechat'
brew 'yq'
flatpak 'com.discordapp.Discord' # Discord
flatpak 'com.dropbox.Client' # Dropbox
flatpak 'net.lutris.Lutris' # Lutris
flatpak 'org.prismlauncher.PrismLauncher' # Prism Launcher
flatpak 'com.slack.Slack' # Slack
flatpak 'com.valvesoftware.Steam' # Steam
flatpak 'org.mozilla.Thunderbird' # Thunderbird
flatpak 'io.github.ungoogled_software.ungoogled_chromium' # Ungoogled Chromium
{{ end -}}