-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Brewfile
64 lines (64 loc) · 1.02 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
tap "aws/tap"
tap "golangci/tap"
tap "homebrew/bundle"
tap "homebrew/command-not-found"
tap "homebrew/services"
tap "tya/anyenv"
tap "tya/tap"
brew "ack"
brew "anyenv"
brew "docbook"
brew "asciidoc"
brew "coreutils"
brew "libtool"
brew "asdf"
brew "awscli"
brew "bash"
brew "bash-completion"
brew "brew-cask-completion"
brew "c-ares"
brew "chrome-cli"
brew "curl"
brew "fzf"
brew "gist"
brew "git"
brew "gnutls"
brew "graphviz"
brew "helm"
brew "htop"
brew "httpie"
brew "hub"
brew "hugo"
brew "iperf3"
brew "jq"
brew "keychain"
brew "kubernetes-cli", link: false
brew "markdown"
brew "nmap"
brew "p7zip"
brew "protobuf"
brew "pstree"
brew "pth"
brew "qrencode"
brew "reattach-to-user-namespace"
brew "telnet"
brew "terraform"
brew "tmux"
brew "tree"
brew "vim"
brew "watch"
brew "websocat"
brew "wget"
brew "wireshark", link: false
brew "yq"
brew "zlib"
brew "zsh"
brew "zsh-completions"
brew "zsh-lovers"
brew "zsh-syntax-highlighting"
cask "1password-cli"
cask "diffmerge"
cask "mysqlworkbench"
cask "ngrok"
cask "postman"
cask "sourcetree"