-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
executable file
·70 lines (61 loc) · 1.02 KB
/
Brewfile
File metadata and controls
executable file
·70 lines (61 loc) · 1.02 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
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
# Taps
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/cask-fonts"
tap "schappim/ocr"
# Binaries
brew "awscli"
brew "bash-completion"
brew "bash"
brew "bat"
brew "bottom"
brew "coreutils"
brew "curl"
brew "fd"
brew "git-delta"
brew "git-lfs"
brew "mas" # Mac App Store Manager
brew "nvm" # Node Version Manager
brew "pnpm"
brew "postgresql"
brew "schappim/ocr/ocr"
brew "starship"
brew "tree"
brew "yarn"
# Browsers
cask "firefox"
cask "google-chrome"
# Editors
cask "cursor"
cask "obsidian"
cask "visual-studio-code"
# Tools
cask "docker"
cask "ghostty"
cask "postman"
# Design
cask "figma"
# Utilities
cask "appcleaner"
cask "caffeine"
cask "font-fira-code"
cask "font-hack-nerd-font"
cask "gh"
cask "pdfsam-basic"
cask "raycast"
cask "responsively"
# Quicklook extensions (MacOS preview)
cask "qlimagesize"
cask "qlmarkdown"
cask "qlprettypatch"
cask "quicklook-csv"
cask "quicklook-json"
cask "webpquicklook"
# Music
cask "yt-music"
# Communication
cask "telegram"
cask "slack"
cask "whatsapp"
cask "zoom"