-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
41 lines (41 loc) · 699 Bytes
/
Brewfile
File metadata and controls
41 lines (41 loc) · 699 Bytes
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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "neovim/neovim"
brew "ack"
brew "autoconf"
brew "binutils"
brew "coreutils"
brew "diff-so-fancy"
brew "findutils"
brew "fzf"
brew "gettext"
brew "git"
brew "git-delta"
brew "gnu-sed", args: ["with-default-names"]
brew "gpg-agent"
brew "grep"
brew "icu4c"
brew "jq"
brew "libevent"
brew "libxml2", link: true
brew "libyaml"
brew "lua"
brew "luajit"
brew "moreutils"
brew "neovim"
brew "nettle"
brew "openssh"
brew "pth"
brew "readline"
brew "reattach-to-user-namespace"
brew "sqlite"
brew "terminal-notifier"
brew "the_silver_searcher"
brew "tig"
brew "tmux"
brew "utf8proc"
brew "wget"
brew "yarn"
brew "zlib", link: true
brew "zsh"