-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
94 lines (94 loc) · 1.57 KB
/
Brewfile
File metadata and controls
94 lines (94 loc) · 1.57 KB
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
tap "aws/tap"
tap "eugenmayer/dockersync"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "mongodb/brew"
tap "tldr-pages/tldr"
brew "ack"
brew "openssl@1.1"
brew "autoconf"
brew "automake"
brew "gdbm"
brew "xz"
brew "python@3.8"
brew "awscli"
brew "cscope"
brew "ctags"
brew "curl"
brew "libssh2"
brew "fish"
brew "libtool"
brew "unixodbc"
brew "fzf"
brew "jpeg"
brew "git"
brew "gnu-getopt"
brew "git-flow-avh"
brew "glib"
brew "libassuan"
brew "libgcrypt"
brew "libksba"
brew "libusb"
brew "gnupg"
brew "graphviz"
brew "haskell-stack"
brew "highlight"
brew "htop"
brew "httpd"
brew "httpie"
brew "hugo"
brew "icu4c"
brew "imagemagick"
brew "oniguruma"
brew "jq"
brew "leiningen"
brew "libusb-compat"
brew "libxml2"
brew "libyaml"
brew "lynx"
brew "mariadb", link: false
brew "mhash"
brew "mcrypt"
brew "memcached"
brew "mercurial"
brew "mysql@5.7", restart_service: true
brew "neovim"
brew "nethack"
brew "nmap"
brew "node@10", link: true
brew "node@8"
brew "openvpn"
brew "perl"
brew "php"
brew "pinentry-mac"
brew "pkg-config"
brew "pngquant"
brew "pth"
brew "qcachegrind"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "the_silver_searcher"
brew "thefuck"
brew "tmux"
brew "tree"
brew "unison"
brew "vault"
brew "vim"
brew "watch"
brew "wget"
brew "yarn"
brew "zlib"
brew "aws/tap/aws-sam-cli"
brew "eugenmayer/dockersync/unox"
brew "mongodb/brew/mongodb-community"
brew "tldr-pages/tldr/tldr"
cask "java"
cask "qlcolorcode"
cask "qlmarkdown"
cask "qlprettypatch"
cask "qlstephen"
cask "quicklook-csv"
cask "quicklook-json"
cask "suspicious-package"