-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
67 lines (67 loc) · 1.13 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
tap "aws/tap"
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "jckuester/tap"
tap "weaveworks/tap"
brew "asdf"
brew "aws-iam-authenticator"
brew "python@3.11"
brew "awscli"
brew "python@3.12", link: false
brew "awslogs"
brew "boost"
brew "docker-credential-helper-ecr"
brew "duf"
brew "dust"
brew "unbound"
brew "gnutls"
brew "emacs"
brew "gh"
brew "git-delta"
brew "gnupg"
brew "harfbuzz"
brew "htop"
brew "httperf"
brew "iperf"
brew "john"
brew "jq"
brew "krb5"
brew "libxml2"
brew "links"
brew "netcat"
brew "ngrep"
brew "nmap"
brew "nvm"
brew "openjdk"
brew "opentofu"
brew "postgresql@14"
brew "postgresql@16"
brew "procs"
brew "pwgen"
brew "redis", restart_service: true
brew "screen"
brew "tmux"
brew "tree"
brew "vim"
brew "yarn"
brew "yq"
brew "aws/tap/copilot-cli"
cask "alt-tab"
cask "aws-vpn-client"
cask "chrome-devtools"
cask "docker"
cask "firefox"
cask "font-meslo-for-powerline"
cask "font-powerline-symbols"
cask "google-chrome"
cask "google-drive"
cask "iterm2"
cask "microsoft-remote-desktop"
cask "numi"
cask "pgadmin4"
cask "postgres-unofficial"
cask "signal"
cask "slack"
cask "tiles"