forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Brewfile
81 lines (76 loc) · 1.53 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
cask_args appdir: '/Applications'
tap 'homebrew/bundle'
tap 'homebrew/cask-cask-drivers'
brew 'ack'
brew 'blueutil'
brew 'coreutils'
brew 'fastfetch'
brew 'felixkratz/formulae/sketchybar'
brew 'ffmpeg'
brew 'gbevin/tools/sendmidi'
brew 'glow'
brew 'homebrew/cask/mediainfo'
brew 'ical-buddy'
brew 'imagemagick'
brew 'libusb'
brew 'locateme'
brew 'navi'
brew 'node'
brew 'openssl'
brew 'pyenv'
brew 'sendmidi'
brew 'shellcheck'
brew 'shfmt'
brew 'smudge/smudge/nightlight'
# brew 'switchaudio-osx'
brew 'terminal-notifier'
brew 'tiptop'
brew 'wget'
brew 'yabai'
brew 'yt-dlp'
# Apps
# cask 'kicad'
cask 'arc'
cask 'audacity'
cask 'cyberduck'
cask 'discord'
cask 'figma'
cask 'handbrake'
cask 'iina'
cask 'imageoptim'
cask 'iterm2'
cask 'jdownloader'
cask 'karabiner-elements'
cask 'menuwhere'
cask 'openmtp'
cask 'plexamp'
cask 'popcorn-time'
cask 'private-internet-access'
cask 'raycast'
cask 'simple-comic'
cask 'syntax-highlight'
cask 'the-unarchiver'
cask 'torbrowser'
cask 'vscodium'
cask 'xld'
# Quicklook plugins (https://github.com/sindresorhus/quick-look-plugins#install-all)
brew 'iloveitaly/tap/qlzipinfo'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlmobi'
cask 'qlstephen'
cask 'qlvideo'
cask 'quicklook-json'
cask 'quicklookase'
cask 'suspicious-package'
cask 'webpquicklook'
# Fonts
brew 'font-fira-code-nerd-font'
brew 'font-hack-nerd-font'
brew 'font-iosevka-term-nerd-font'
brew 'font-jetbrains-mono-nerd-font'
brew 'font-roboto-mono-nerd-font'
cask 'font-caskaydia-cove-nerd-font'
cask 'font-cormorant-garamond'
cask 'font-sf-pro'
cask 'sf-symbols'