-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
62 lines (58 loc) · 925 Bytes
/
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
cask_args appdir: "/Applications"
tap "homebrew/cask-fonts"
cask "font-fira-code"
tap "thoughtbot/formulae"
brew "gitsh"
cask "spotify"
cask "iterm2"
cask "chromedriver"
cask "hammerspoon"
cask "paw"
brew "ack"
brew "asdf"
brew "autoconf"
brew "automake"
brew "bat"
brew "coreutils"
brew "ctags"
brew "curl"
brew "editorconfig"
brew "fd"
brew "ffmpeg"
brew "fzf"
brew "gcc"
brew "git"
brew "git-delta"
brew "git-extras"
brew "go"
brew "gpg"
brew "graphviz"
brew "htop"
brew "httpie"
brew "hub"
brew "imagemagick"
brew "libffi"
brew "libtool"
brew "libxslt"
brew "libyaml"
brew "neovim"
brew "openssl"
brew "parallel"
brew "pcre"
brew "pkg-config"
brew "postgresql"
brew "pwgen"
brew "readline"
brew "reattach-to-user-namespace"
brew "ripgrep"
brew "sqlite"
brew "tmux"
brew "tree"
brew "unixodbc"
brew "unzip"
brew "watch"
brew "wget"
brew "wifi-password"
brew "zsh"
brew "zsh-completions"
brew "zsh-syntax-highlighting"