-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
93 lines (93 loc) · 1.44 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
tap "bradp/vv"
tap "caskformula/caskformula"
tap "heroku/brew"
tap "homebrew/apache"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/php"
tap "tupleapp/taps"
brew "aom"
brew "gdbm"
brew "python"
brew "autoconf"
brew "autojump"
brew "bats"
brew "blueutil"
brew "colordiff"
brew "composer"
brew "coreutils"
brew "ctags"
brew "fd"
brew "frei0r"
brew "lame"
brew "fribidi"
brew "libass"
brew "libbluray"
brew "libsoxr"
brew "libvpx"
brew "opencore-amr"
brew "jpeg"
brew "opus"
brew "flac"
brew "libsamplerate"
brew "rubberband"
brew "sdl2"
brew "snappy"
brew "speex"
brew "giflib"
brew "leptonica"
brew "tesseract"
brew "theora"
brew "x264"
brew "x265"
brew "xvid"
brew "ffmpeg"
brew "fish"
brew "libtool"
brew "fsevents-tools"
brew "fzf"
brew "gist"
brew "git"
brew "go"
brew "graphicsmagick"
brew "shared-mime-info"
brew "gts"
brew "hub"
brew "hugo"
brew "imagemagick"
brew "oniguruma"
brew "jq"
brew "libidn2"
brew "libvo-aacenc"
brew "nmap"
brew "peco"
brew "[email protected]"
brew "phpmd"
brew "phpunit"
brew "qt"
brew "qcachegrind"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "shellcheck"
brew "the_platinum_searcher"
brew "the_silver_searcher"
brew "tmux", args: ["HEAD"]
brew "tree"
brew "unbound"
brew "unison"
brew "vim"
brew "wget"
brew "yarn"
brew "zsh"
brew "bradp/vv/vv"
brew "heroku/brew/heroku"
cask "anybar"
cask "docker"
cask "lando"
cask "macdown"
cask "phoenix"
cask "vagrant"
cask "vagrant-manager"
cask "virtualbox"
cask "whale"