-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
52 lines (49 loc) · 780 Bytes
/
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
tap "homebrew/cask"
tap "mongodb/brew"
# brew install
brew "bat"
brew "git"
brew "git-delta"
brew "gh"
brew "fzf"
brew "chezmoi"
brew "watch"
brew "jq"
brew "yq"
brew "tmux-xpanes"
brew "dive"
brew "helm"
brew "k9s"
brew "kubectl"
brew "kubectx"
brew "linkerd"
brew "awscli"
brew "nvm"
brew "ghz"
brew "gawk"
brew "mongodb-community"
brew "protolint"
brew "avro-tools"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
# brew install --cask
cask "iterm2"
cask "hammerspoon"
cask "sublime-text"
cask "lens"
cask "kap"
cask "visualvm"
cask "zoom"
cask "visual-studio-code"
cask "docker"
cask "mongodb-compass"
cask "robo-3t"
cask "dbeaver-community"
cask "charles"
cask "todoist"
cask "deepl"
cask "raycast"
cask "wireshark"
cask "xcode"
cask "android-studio"