-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
71 lines (67 loc) · 1.3 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
cask_args appdir: '/Applications'
# Taps
tap 'bufbuild/buf'
tap 'filosottile/musl-cross'
tap 'hashicorp/tap'
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap "homebrew/core"
tap 'homebrew/bundle'
tap 'nats-io/nats-tools'
# Binaries
brew 'ansible@7'
brew 'asdf'
brew 'bufbuild/buf/buf'
brew 'cmake'
brew 'coreutils'
brew 'docker-compose'
brew 'elixir'
brew 'elixir-ls'
brew 'envoy'
brew 'flyctl'
brew 'FiloSottile/musl-cross/musl-cross'
brew 'gh'
brew 'git'
brew 'go'
brew 'gopls'
brew 'hashicorp/tap/consul'
brew 'hashicorp/tap/waypoint'
brew 'jq'
brew 'libsodium'
brew 'mas' # Mac App Store manager
brew 'nats-io/nats-tools/nats'
brew 'nats-server'
brew 'neovim'
brew 'node'
brew 'openapi-generator'
brew 'packer'
brew 'postgresql@14'
brew 'pv'
brew 'redis'
brew 'ripgrep'
brew 'rust-analyzer'
brew 'starship'
brew 'semgrep'
brew 'teleport'
brew 'terraform-ls'
brew 'tree' # List directories in a tree structure
brew 'watch'
brew 'yq'
# Apps
cask '1password'
cask '1password-cli'
cask 'font-go-mono-nerd-font'
cask 'google-chrome'
cask 'google-cloud-sdk'
cask 'gpg-suite-no-mail'
cask 'insomnia'
cask 'iterm2'
cask 'spotify'
cask 'zoom'
# Mac App Store
mas 'Bear', id: 1091189122
mas 'Magnet', id: 441258766
mas 'Shush', id: 496437906
mas 'Slack', id: 803453959
mas 'Tailscale', id: 1475387142
mas 'WireGuard', id: 1451685025