-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
63 lines (63 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
tap "aws/tap"
tap "hashicorp/tap"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "neovim/neovim"
brew "aspell"
brew "automake"
brew "gdbm"
brew "readline"
brew "sqlite"
brew "awscli"
brew "bat"
brew "libffi"
brew "glib"
brew "pkg-config"
brew "chruby"
brew "fzf"
brew "git"
brew "gnuplot"
brew "gnutls"
brew "go"
brew "graphviz"
brew "grpcurl"
brew "htop"
brew "hugo"
brew "jq"
brew "libxml2"
brew "libyaml"
brew "neovim"
brew "nmap"
brew "node"
brew "ruby-install"
brew "ssh-copy-id"
brew "starship"
brew "stow"
brew "sysdig"
brew "telnet"
brew "the_silver_searcher"
brew "tmux"
brew "watch"
brew "wget"
brew "yarn"
brew "zsh"
brew "zsh-history-substring-search"
brew "hashicorp/tap/nomad"
brew "hashicorp/tap/terraform"
brew "hashicorp/tap/waypoint"
brew "heroku/brew/heroku"
cask "alfred"
cask "aws-vault"
cask "dash"
cask "dropbox"
cask "iterm2"
cask "itsycal"
cask "spotify"
cask "thingsmacsandboxhelper"
cask "vagrant"
cask "virtualbox"
cask "visual-studio-code"
cask "zoom"