-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
98 lines (98 loc) · 1.54 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
tap "bazelbuild/tap"
tap "golangci/tap"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask-versions"
tap "vektra/tap"
brew "xz"
brew "[email protected]"
brew "ansible"
brew "asciinema"
brew "[email protected]"
brew "awscli"
brew "bat"
brew "bazel"
brew "black"
brew "clang-format"
brew "ruby"
brew "cocoapods"
brew "composer"
brew "coreutils"
brew "diffutils"
brew "direnv"
brew "fzf"
brew "gist"
brew "git"
brew "git-flow"
brew "git-lfs"
brew "gnupg"
brew "go"
brew "golangci-lint"
brew "openjdk"
brew "gradle"
brew "graphviz"
brew "protobuf"
brew "grpc"
brew "highlight"
brew "httpie"
brew "hub"
brew "hugo"
brew "jq"
brew "node"
brew "jupyterlab"
brew "maven"
brew "node@20"
brew "openapi-generator"
brew "pinentry-mac"
brew "plantuml"
brew "poetry"
brew "pre-commit"
brew "protoc-gen-go"
brew "protoc-gen-go-grpc"
brew "[email protected]"
brew "ripgrep"
brew "shellcheck"
brew "shfmt"
brew "ssh-copy-id"
brew "starship"
brew "stow"
brew "terraform"
brew "tig"
brew "tmux"
brew "tree"
brew "typescript"
brew "uv"
brew "vim"
brew "watchman"
brew "zlib"
brew "zsh"
brew "zsh-autosuggestions"
brew "zsh-completions"
cask "1password"
cask "discord"
cask "docker"
cask "firefox"
cask "gnucash"
cask "google-chrome"
cask "inkscape"
cask "intellij-idea-ce"
cask "iterm2"
cask "macdown"
cask "mysqlworkbench"
cask "postman"
cask "sequel-ace"
cask "slack"
cask "spotify"
cask "sublime-text"
cask "telegram"
cask "temurin"
cask "temurin@17"
cask "the-unarchiver"
cask "transmission"
cask "utm"
cask "vagrant"
cask "visual-studio-code"
cask "whatsapp"
cask "zed"
cask "zoom"
cask "zotero"