-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
72 lines (72 loc) · 1.1 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/services"
tap "jmhobbs/parrot"
tap "olafurpg/scalafmt"
tap "thoughtbot/formulae"
cask "java"
brew "autoconf"
brew "awscli"
brew "bfg"
brew "composer"
brew "coreutils"
brew "diff-so-fancy"
brew "direnv"
brew "jpeg"
brew "exa"
brew "fasd"
brew "ffmpeg"
brew "freetype"
brew "fzf"
brew "gcal"
brew "gettext"
brew "git"
brew "pcre"
brew "grc"
brew "grv"
brew "hh"
brew "httpie"
brew "hub"
brew "iperf"
brew "jq"
brew "libssh2"
brew "mycli"
brew "nmap"
brew "node"
brew "parallel"
brew "percol"
brew "pgcli"
brew "unixodbc"
brew "phpunit"
brew "ranger"
brew "rename"
brew "ripgrep"
brew "sbt"
brew "scala"
brew "sl"
brew "telnet"
brew "the_silver_searcher"
brew "tldr"
brew "tree"
brew "typesafe-activator"
brew "wget"
brew "when"
brew "youtube-dl"
brew "zsh"
brew "zsh-completions"
brew "jmhobbs/parrot/terminal-parrot"
brew "thoughtbot/formulae/rcm"
cask "alfred"
cask "atom"
cask "caffeine"
cask "dropbox"
cask "firefox"
cask "flux"
cask "font-hack"
cask "google-chrome"
cask "iterm2"
cask "qbittorrent"
cask "telegram"
cask "vlc"