-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
57 lines (50 loc) · 1.07 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
# This file is prioritized to include stuff that is necessary for setting up
# other stuff first and then less essential dependencies
# Minimal Applications
cask 'firefox'
cask 'iterm2'
cask '1password'
# Utilities
brew 'bash'
brew 'zsh'
brew 'starship' # prompt for bash/zsh
brew 'git'
brew 'rg'
brew 'fd'
brew 'jq'
brew 'wget'
brew 'tree'
brew 'coreutils'
tap 'neovim/homebrew-neovim'
brew 'neovim'
brew 'ssh-copy-id'
brew 'unar'
brew 'p7zip'
brew 'gh'
brew 'ffmpeg'
brew 'librsvg' # needed for svg -> raster conversion with imagemagick
brew 'imagemagick'
# Fonts
tap 'homebrew/cask-fonts'
cask 'font-hack-nerd-font'
# Media & Extra Applications
cask 'vlc'
tap 'gromgit/fuse'
cask 'macfuse'
brew 'gromgit/fuse/ifuse-mac'
cask 'mos'
# Linters and Languages
brew 'shellcheck'
brew 'python'
brew 'node'
# Completion
brew 'bash-completion'
brew 'zsh-completions'
# Quicklook -- make quicklook better / more useful
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlprettypatch'
cask 'quicklook-csv'
cask 'qlimagesize'
cask 'webpquicklook'
cask 'qlstephen' # arbitrary text file ql utility