-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
47 lines (46 loc) · 888 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
tap "aws/tap"
tap "azure/functions"
tap "common-fate/granted"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "microsoft/mssql-release"
tap "snyk/tap"
tap "stripe/stripe-cli"
brew "python@3.9"
brew "awscli"
brew "awslogs"
brew "azure-cli"
brew "cfn-lint"
brew "datasette"
brew "freetds"
brew "git"
brew "git-lfs"
brew "go"
brew "jq"
brew "krb5"
brew "lsusb"
brew "openjdk"
brew "maven"
brew "nmap"
brew "node"
brew "node@12"
brew "pgbadger"
brew "postgresql"
brew "protobuf"
brew "qpdf"
brew "redis"
brew "wget"
brew "yarn"
brew "youtube-dl"
brew "zstd"
brew "aws/tap/aws-sam-cli"
brew "azure/functions/azure-functions-core-tools@3"
brew "common-fate/granted/granted"
brew "microsoft/mssql-release/msodbcsql17"
brew "microsoft/mssql-release/mssql-tools"
brew "snyk/tap/snyk"
brew "stripe/stripe-cli/stripe"
cask "chromedriver"
cask "ngrok"