-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
39 lines (34 loc) · 1.24 KB
/
Brewfile
File metadata and controls
39 lines (34 loc) · 1.24 KB
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
tap "homebrew/bundle"
# some packages do not have a sha256 checksum
cask_args appdir: "/Applications", require_sha: true
# Terminal packages
brew "tig"
brew "node"
brew "ssh-copy-id"
brew "gh"
brew "iperf"
brew "mkcert"
brew "fzf"
brew "gnupg"
# Quicklook plugins
cask "qlmarkdown" # Markdown https://github.com/sbarex/QLMarkdown
cask "qlstephen" # Text Files https://github.com/whomwah/qlstephen
cask "qlvideo" # Video https://github.com/Marginal/QLVideo
cask "quicklook-json", args: { require_sha: false } # JSON https://github.com/smittytone/PreviewJson
cask "webpquicklook", args: { require_sha: false } # WebP https://github.com/emin/WebPQuickLook
cask "syntax-highlight" # Code Syntax Highlight https://github.com/sbarex/SourceCodeSyntaxHighlight
# Applications
cask "raycast"
cask "google-chrome"
cask "little-snitch"
cask "firefox"
cask "ghostty"
cask "arc"
cask "visual-studio-code"
cask "spotify"
cask "figma"
cask "protonvpn"
cask "hiddenbar"
cask "fluor" # enable fn keys per application https://github.com/Pyroh/Fluor
# Fonts
cask "font-jetbrains-mono"