-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
46 lines (44 loc) · 791 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
# Taps
tap 'homebrew/bundle'
# Binaries
brew 'adr-tools'
brew 'awscli'
brew 'coreutils' # Those that come with macOS are outdated
brew 'eza'
brew 'fd'
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'gnupg'
brew 'grep'
brew 'htop'
brew 'httpie'
brew 'libffi'
brew 'libpng'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'ncurses'
brew 'neovim'
brew 'openblas'
brew 'openjdk'
brew 'openssl'
brew 'pyenv'
brew 'pinentry-mac'
brew 'pipx'
brew 'readline'
brew 'sqlite3'
brew 'starship'
brew 'svn' # Needed to install fonts
brew 'wget'
brew 'xz'
brew 'zlib'
brew 'zstd'
# Fonts
cask 'font-fira-code'
cask 'font-hack-nerd-font'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'