-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBrewfile
56 lines (56 loc) · 1.23 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
tap "homebrew/bundle"
# brew "htop"
# brew "mkcert"
# brew "nss"
brew "node"
brew "git"
brew "zsh"
brew "pure"
brew "diff-so-fancy"
# software tools
cask "1password"
cask "1password/tap/1password-cli"
cask "obsidian"
cask "spotify"
cask "google-drive"
cask "raycast"
# browsers
cask "google-chrome"
cask "firefox"
# essentials
cask "figma"
cask "visual-studio-code"
cask "codewhisperer" # previous fig
cask "font-fira-code"
# communication
cask "zoom"
cask "signal"
# cask "obs"
cask "opal-composer"
cask "slack"
cask "4k-video-downloader+"
cask "vlc"
# eBooks
cask "calibre"
cask "adobe-digital-editions"
# design tools
cask "sim-daltonism" # color blindness simulator
cask "affinity-publisher"
cask "affinity-photo"
cask "affinity-designer"
cask "cleanshot"
# tools
cask "opal-composer"
cask "elgato-control-center"
cask "reflex" # allows spotify to react to play and pause buttons
cask "logi-options+"
# cask "lulu" # similiar to little snitch
cask "finicky" # open links in the right browser use config file from this repo
# Quicklook plugins
cask "qlcolorcode" # quicklook syntax highlight
cask "qlstephen" # quicklook view text files without extensions
cask "qlmarkdown"
cask "quicklook-json"
cask "quicklook-csv"
cask "betterzip"
cask "webpquicklook"