-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
131 lines (116 loc) · 2.64 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
# Homebrew stuff
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/services"
tap "homebrew/bundle"
# add taps
tap "anchore/grype"
tap "anchore/syft"
tap "bufbuild/buf"
tap "buo/cask-upgrade"
tap "fairwindsops/tap"
tap "fluxcd/tap"
tap "gabrie30/utils"
tap "komiserio/komiser"
tap "norwoodj/tap"
tap "snyk/tap"
tap "weaveworks/tap"
# git
brew "git"
brew "git-delta"
brew "git-lfs"
brew "gh" # github cli
brew "gabrie30/utils/ghorg" # backup github orgs
# add mac app store cli
brew "mas"
# langauge and tools
brew "ballerina"
brew "go"
brew "node"
brew "nvm"
brew "[email protected]"
brew "yarn"
# frameworks
brew "hugo"
# cli stuff
brew "dog"
brew "fzf"
brew "asdf"
brew "bash"
brew "bat" # colorized cat
# brew "htop"
brew "btop" # better top/htop
brew "dust" # better du
brew "exa" # better ls
brew "httpie"
brew "jid"
brew "jo"
brew "jq"
brew "make"
brew "tree"
brew "tealdeer" # fast tldr, summary of commands
brew "pre-commit"
brew "just" # better makefile
brew "rsync"
brew "sl" # sl train
brew "step"
brew "thefuck"
brew "vault"
brew "viddy" # modern watch
brew "watch"
brew "wget"
brew "yamllint"
brew "yq"
brew "zlib"
# keys
brew "age"
brew "sops"
brew "gpg"
# cloud stuff
brew "awscli"
cask "google-cloud-sdk"
brew "infracost"
brew "terraform"
brew "terragrunt"
brew "tfsec"
# helm
brew "helm"
brew "norwoodj/tap/helm-docs"
brew "chart-testing"
# container stuff
brew "docker"
brew "docker-compose"
brew "colima" # docker desktop alternative
brew "anchore/grype/grype" # vulnerability scanner for container images and filesystems
brew "anchore/syft/syft" # generating a Software Bill of Materials from container images and filesystems
# kubernetes
brew "kubectx" # context
brew "kubescape" # security scanner
brew "kustomize"
brew "kyverno" # policy management
brew "linkerd" # service mesh
brew "fairwindsops/tap/pluto"
brew "stern" # log forwarding
# GitOps
brew "fluxcd/tap/flux"
brew "weaveworks/tap/gitops"
# gRPC / ProtoBuf
brew "protobuf"
brew "bufbuild/buf/buf"
# Casks
cask "beardedspice" # allows you to control web based media players
cask "clipy" # clipboard manager
cask "dozer" # Hide menu bar icons on macOS
cask "grammarly-dektop" # Gramamrly for mac
cask "meetingbar" # Your next meeting in the macOS menu bar
cask "rectangle" # Move and resize windows in macOS using keyboard shortcuts
cask "skype"
cask "slack"
cask "spotify"
cask "visual-studio-code"
cask "vlc"
mas "Amphetamine", id: 937984704 # keep-awake app
mas "Bitwarden", id: 1352778147
# mas "Rocket.Chat", id: 1086818840
# mas "Xcode", id: 497799835