-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
108 lines (107 loc) · 1.75 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
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
108
tap "cblecker/tap"
tap "derailed/popeye"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/core"
brew "ansible"
brew "asciinema"
brew "autoconf"
brew "automake"
brew "awscli"
brew "bash-completion"
brew "cblecker/tap/ocm"
brew "cfssl"
brew "coreutils"
brew "curl"
brew "dep"
brew "derailed/popeye/popeye"
brew "ffmpeg"
brew "fzf"
brew "gettext"
brew "git"
brew "glib"
brew "glide"
brew "gnu-sed"
brew "gnu-tar"
brew "gnupg"
brew "go"
brew "[email protected]"
brew "[email protected]"
brew "googler"
brew "graphviz"
brew "grpcurl"
brew "helm"
brew "irssi"
brew "jq"
brew "jsonnet"
brew "kube-ps1"
brew "kubectx"
brew "kubernetes-cli"
brew "kustomize"
brew "libdvdcss"
brew "libffi"
brew "libtool"
brew "libtool", link: false
brew "libyaml"
brew "make"
brew "markdown"
brew "mercurial"
brew "minicom"
brew "minikube"
brew "mkvtoolnix"
brew "nmap"
brew "openshift-cli"
brew "[email protected]"
brew "openttd"
brew "operator-sdk"
brew "p7zip"
brew "packer"
brew "pandoc"
brew "pinentry-mac"
brew "pkg-config"
brew "pyenv"
brew "pyenv-virtualenv"
brew "pyside"
brew "python"
brew "readline", link: true
brew "ruby"
brew "shellcheck"
brew "skopeo"
brew "sphinx-doc"
brew "streamlink"
brew "terraform"
brew "tesseract"
brew "tree"
brew "vim"
brew "dive"
brew "watch"
brew "wget"
brew "yamllint"
brew "youtube-dl"
brew "yq"
brew "zlib"
cask "1password"
cask "alfred"
cask "apache-directory-studio"
cask "blue-jeans"
cask "discord"
cask "docker"
cask "balenaetcher"
cask "google-chrome"
cask "google-cloud-sdk"
cask "irccloud"
cask "iterm2"
cask "osxfuse"
cask "slack"
cask "sourcetree"
cask "textmate"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "vivaldi"
cask "vlc"
# for Rock64 serial console
cask "wch-ch34x-usb-serial-driver"
cask "xquartz"