-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile-macos
107 lines (107 loc) · 1.79 KB
/
Brewfile-macos
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
tap "argoproj/tap"
tap "coursier/formulas"
tap "homebrew/bundle"
tap "homebrew/services"
tap "itchyny/tap"
tap "kayac/tap"
tap "lucagrulla/tap"
tap "mackerelio/mackerel-agent"
tap "oktadeveloper/tap"
tap "songmu/tap"
brew "readline"
brew "xz"
brew "ansible"
brew "libpng"
brew "coreutils"
brew "asdf"
brew "[email protected]"
brew "awscli"
brew "awslogs"
brew "azure-cli"
brew "freetype"
brew "gettext"
brew "glib"
brew "curl"
brew "diffutils"
brew "direnv"
brew "fd"
brew "unbound"
brew "icu4c@76"
brew "ffmpeg"
brew "gawk"
brew "gcc"
brew "gdbm"
brew "gh"
brew "ghostscript"
brew "git"
brew "git-lfs"
brew "git-now"
brew "git-secrets"
brew "git-subrepo"
brew "gitleaks"
brew "gnu-sed"
brew "gnu-tar"
brew "gnupg"
brew "go"
brew "[email protected]"
brew "golangci-lint"
brew "graphviz"
brew "grep"
brew "gzip"
brew "helm"
brew "htop"
brew "httpd"
brew "imagemagick"
brew "iproute2mac"
brew "jpeg"
brew "jq"
brew "lesspipe"
brew "libzip"
brew "logrotate", restart_service: true
brew "mkcert"
brew "nginx"
brew "nkf"
brew "nss"
brew "openssh"
brew "p7zip"
brew "pandoc"
brew "php"
brew "php-cs-fixer"
brew "pipx"
brew "pkgconf"
brew "postgresql@14", restart_service: true
brew "pre-commit"
brew "pwgen"
brew "python-yq"
brew "[email protected]"
brew "redis", restart_service: true
brew "ripgrep"
brew "rsync"
brew "ruby"
brew "ruff"
brew "sbt"
brew "shellcheck"
brew "shfmt"
brew "sshuttle"
brew "tmux"
brew "tree"
brew "watch"
brew "zsh"
brew "zsh-completions"
brew "itchyny/tap/base58"
brew "kayac/tap/ecspresso"
brew "mackerelio/mackerel-agent/mackerel-agent"
brew "mackerelio/mackerel-agent/mkr"
brew "songmu/tap/blogsync"
cask "1password-cli"
cask "aws-vpn-client"
cask "blackhole-16ch"
cask "gimp"
cask "google-cloud-sdk"
cask "karabiner-elements"
cask "linearmouse"
cask "okta"
cask "temurin@11"
cask "visual-studio-code"
cask "wireshark"
cask "xquartz"