-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
140 lines (140 loc) · 2.6 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
tap "d12frosted/emacs-plus"
tap "daviderestivo/emacs-head"
tap "homebrew/bundle"
tap "homebrew/cask", "https://mirrors.ustc.edu.cn/homebrew-cask.git"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts", "https://mirrors.tuna.tsinghua.edu.cn/git/homebrew/homebrew-cask-fonts.git"
tap "homebrew/cask-versions", "https://mirrors.ustc.edu.cn/homebrew-cask-versions.git"
tap "homebrew/core"
tap "homebrew/services"
tap "hudochenkov/sshpass"
tap "mongodb/brew"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
tap "ringohub/redis-cli"
brew "jpeg", link: true
brew "libpng"
brew "jpeg-xl"
brew "aom"
brew "asciidoc"
brew "autoconf"
brew "automake"
brew "glib"
brew "python@3.9"
brew "cloc"
brew "cmake"
brew "cmatrix"
brew "coreutils"
brew "fd"
brew "guile"
brew "unbound"
brew "gnutls"
brew "gobject-introspection"
brew "harfbuzz"
brew "libass"
brew "ffmpeg"
brew "gcc"
brew "gdb"
brew "git"
brew "git-gui"
brew "git-lfs"
brew "gnu-sed"
brew "gnupg"
brew "pango"
brew "librsvg"
brew "graphviz"
brew "hadolint"
brew "htop"
brew "hugo"
brew "mysql-client"
brew "hydra"
brew "iftop"
brew "shared-mime-info"
brew "libheif"
brew "python@3.8", link: false
brew "imagemagick"
brew "ispell"
brew "jemalloc"
brew "jmeter"
brew "jq"
brew "kind"
brew "lazygit"
brew "libiconv"
brew "libimobiledevice"
brew "libpq", link: true
brew "libvterm"
brew "libxslt"
brew "llvm"
brew "markdown"
brew "maven"
brew "md5deep"
brew "mercurial"
brew "minikube"
brew "mongo-c-driver"
brew "mtr"
brew "nghttp2"
brew "nmap"
brew "node", link: false
brew "pipenv"
brew "pipx"
brew "plantuml"
brew "pngcheck"
brew "pngpaste"
brew "protobuf"
brew "pyenv"
brew "ripgrep"
brew "ruby"
brew "rust"
brew "rustup-init"
brew "sgrep"
brew "step"
brew "subversion"
brew "telnet"
brew "terminal-notifier"
brew "the_silver_searcher"
brew "thrift@0.9", link: true
brew "tmux"
brew "tree"
brew "upx"
brew "vim"
brew "vips"
brew "w3m"
brew "watch"
brew "watchman"
brew "wget"
brew "you-get"
brew "zlib"
brew "d12frosted/emacs-plus/emacs-plus@29"
brew "hudochenkov/sshpass/sshpass"
brew "mongodb/brew/mongodb-community-shell"
brew "mongodb/brew/mongodb-database-tools"
brew "osx-cross/avr/avr-gcc@8"
brew "qmk/qmk/qmk"
brew "ringohub/redis-cli/redis-cli"
cask "adoptopenjdk8"
cask "alacritty"
cask "android-studio"
cask "appflowy"
cask "charles"
cask "dash"
cask "dingtalk"
cask "divvy"
cask "font-source-code-pro"
cask "foxmail"
cask "gcc-arm-embedded"
cask "iterm2"
cask "karabiner-elements"
cask "mactex"
cask "postman"
cask "qmk-toolbox"
cask "qq"
cask "qqmusic"
cask "sublime-text"
cask "the-unarchiver"
cask "tunnelblick"
cask "typora"
cask "v2rayu"
cask "wechat"
cask "wireshark"
cask "youdaodict"