-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
64 lines (58 loc) · 1.32 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
# Install oh-my-zsh first!
# 🍺 Brew Related
tap "homebrew/core"
tap "homebrew/cask"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
brew "mas"
# 🐆 CLI
brew "nvm"
brew "ffmpeg"
brew "yt-dlp"
# 🪙 MAS Apps
mas "Hand Mirror", id: 1502839586
mas "Keynote", id: 409183694
mas "Numbers", id: 409203825
mas "Banking und Finanzen: Outbank", id: 1094255754
mas "Pages", id: 409201541
mas "Tot", id: 1491071483
mas "Wipr", id: 1320666476
mas "Yoink", id: 457622435
# 💿 Apps
cask "1password"
cask "adobe-creative-cloud"
cask "bartender"
cask "discord"
cask "figma"
cask "slack"
cask "istat-menus"
cask "microsoft-edge"
cask "microsoft-office"
cask "microsoft-teams"
cask "netnewswire"
cask "pastebot"
cask "raycast"
cask "spotify"
cask "visual-studio-code"
cask "webex"
# 🖋️ Fonts
cask "font-inter"
cask "font-ibm-plex"
cask "font-cascadia-mono"
cask "font-cascadia-code-pl"
cask "font-space-mono"
cask "font-space-grotesk"
cask "font-space-mono-nerd-font"
cask "font-noto-mono"
cask "font-noto-serif-display"
cask "font-noto-sans-display"
cask "font-noto-sans"
cask "font-public-sans"
cask "font-open-sans"
cask "font-crimson-pro"
cask "font-crimson-text"
cask "font-monoid"
cask "font-urbanist"
cask "font-schibsted-grotesk"
# 🖱 Xcode (last because it is huge and stopps everything else from installing)
mas "Xcode", id: 497799835