-
Notifications
You must be signed in to change notification settings - Fork 3
/
.Brewfile
100 lines (100 loc) · 2.04 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
94
95
96
97
98
99
100
tap "beeftornado/rmtree"
tap "caskroom/cask"
tap "caskroom/versions"
tap "go-delve/delve"
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/dupes"
tap "homebrew/gui"
tap "homebrew/services"
tap "homebrew/versions"
tap "neovim/neovim"
tap "sheharyarn/tap"
tap "vitorgalvao/tiny-scripts"
brew "ack"
brew "alpine"
brew "gdbm"
brew "asciinema"
brew "gifsicle"
brew "git"
brew "asciinema2gif"
brew "autoconf"
brew "automake"
brew "awscli"
brew "bash"
brew "bash-completion"
brew "bazaar"
brew "binutils"
brew "cairomm"
brew "[email protected]"
brew "certbot"
brew "cmake"
brew "coreutils"
brew "ctags"
brew "diffutils"
brew "dockviz"
brew "ed", args: ["with-default-names"]
brew "emacs"
brew "findutils", args: ["with-default-names"]
brew "flac"
brew "gawk"
brew "gd"
brew "gdb"
brew "gnu-indent", args: ["with-default-names"]
brew "gnu-sed", args: ["with-default-names"]
brew "gnu-tar", args: ["with-default-names"]
brew "gnu-which", args: ["with-default-names"]
brew "gnupg"
brew "gnutls"
brew "go"
brew "graphviz", args: ["with-bindings", "with-freetype", "with-gts", "with-librsvg", "with-pango"]
brew "grep", args: ["with-default-names"]
brew "protobuf", args: ["with-python3"]
brew "grpc"
brew "gsl"
brew "gti"
brew "gzip"
brew "htop"
brew "hugo"
brew "jq"
brew "lame"
brew "less"
brew "lua"
brew "lynx"
brew "lzip"
brew "m4"
brew "make"
brew "mercurial"
brew "nano"
brew "neovim"
brew "nmap"
brew "node"
brew "openssh"
brew "p7zip"
brew "parallel"
brew "plantuml"
brew "profanity"
brew "rbenv"
brew "reattach-to-user-namespace"
brew "rsstail"
brew "rsync"
brew "screen"
brew "socat"
brew "sox", args: ["with-flac", "with-lame", "with-libvorbis"]
brew "subversion"
brew "syncthing", restart_service: true
brew "syncthing-inotify", restart_service: true
brew "tmux"
brew "todo-txt"
brew "torsocks"
brew "tree"
brew "unibilium"
brew "unzip"
brew "vim", args: ["with-lua", "with-override-system-vi"]
brew "watch"
brew "wdiff", args: ["with-gettext"]
brew "wget"
brew "go-delve/delve/delve", args: ["HEAD"]
brew "sheharyarn/tap/vncviewer"
brew "vitorgalvao/tiny-scripts/cask-repair"
brew "zsh"