-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
75 lines (75 loc) · 1.26 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
tap "aquasecurity/trivy"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "int128/kubelogin"
tap "koekeishiya/formulae"
brew "m4"
brew "autoconf"
brew "ca-certificates"
brew "chezmoi"
brew "gmp"
brew "coreutils"
brew "docker"
brew "fzf"
brew "gdbm"
brew "gettext"
brew "pcre2"
brew "git"
brew "go"
brew "pcre"
brew "grep"
brew "istioctl"
brew "oniguruma"
brew "jq"
brew "kind"
brew "kubernetes-cli"
brew "kustomize"
brew "[email protected]"
brew "libevent"
brew "libunistring"
brew "libidn2"
brew "unibilium"
brew "libtermkey"
brew "libuv"
brew "libvterm"
brew "luajit-openresty"
brew "luv"
brew "mpdecimal"
brew "msgpack"
brew "ncurses"
brew "tree-sitter"
brew "neovim"
brew "openjdk@11"
brew "pidof"
brew "pkg-config"
brew "readline"
brew "sqlite"
brew "xz"
brew "[email protected]"
brew "six"
brew "poetry"
brew "pyenv"
brew "[email protected]"
brew "ripgrep"
brew "tfenv"
brew "the_silver_searcher"
brew "utf8proc"
brew "tmux"
brew "watch"
brew "wget"
brew "zsh"
brew "aquasecurity/trivy/trivy"
brew "int128/kubelogin/kubelogin"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
cask "alacritty"
cask "apache-directory-studio"
cask "docker"
cask "firefox"
cask "font-hack"
cask "iterm2"
cask "visual-studio-code"
cask "vlc"