-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmac.Brewfile
67 lines (54 loc) · 1.15 KB
/
mac.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
# homebrew taps
tap "homebrew/bundle"
# set arguments for all 'brew install --cask' commands
cask_args appdir: "/Applications", require_sha: false
# fonts
cask "font-jetbrains-mono"
# cli tools
# cask "session-manager-plugin" # AWS session manager
cask "google-cloud-sdk" # glcloud installer
# useful macOS utilities
cask "alfred"
cask "bettertouchtool"
cask "istat-menus"
cask "jordanbaird-ice"
cask "karabiner-elements"
cask "monitorcontrol"
cask "nikitabobko/tap/aerospace"
cask "rectangle"
# dependencies
# brew "blueutil" # for alfred airpod plugin
# software dev applications
cask "docker"
#cask "podman-desktop"
cask "jetbrains-toolbox"
cask "postman"
cask "visual-studio-code"
cask "wezterm"
# web browsers
cask "firefox"
cask "google-chrome"
# communications
# cask "tuple"
cask "slack"
# cask "zoom"
# productivity
cask "obsidian"
# jmeter
# brew "jmeter"
# k8s
# tap "derailed/popeye"
# tap "tilt-dev/tap"
# brew "aws-iam-authenticator"
# brew "derailed/popeye/popeye"
# brew "skaffold"
# brew "stern"
# brew "tilt-dev/tap/tilt"
# cask "kubernetic"
# infrastructure
# brew "opa"
# brew "terraform"
# brew "terragrunt"
# grpc
# brew "grpc"
# brew "protobuf"