forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
85 lines (79 loc) · 1.61 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
82
83
84
# Taps
tap 'homebrew/bundle'
tap 'stripe/stripe-cli'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'gh'
brew 'git'
brew 'httpie'
# brew 'mackup' #Turned off due to causing issues with macOS Sonoma
brew 'mas' # Mac App Store manager
brew 'svn' # Needed to install fonts
# Apps
cask '1password'
cask '1password-cli'
cask 'appcleaner'
cask 'arq'
cask 'chatgpt'
cask 'cleanshot'
cask 'cursor'
cask 'dash'
cask 'discord'
cask 'dropbox'
cask 'figma'
cask 'firefox'
cask 'ghostty'
cask 'github'
cask 'google-chrome'
cask 'google-drive'
cask 'helo'
cask 'herd'
cask 'httpie'
cask 'limitless'
cask 'logi-options+'
cask 'loom'
cask 'linear-linear'
cask 'microsoft-office'
cask 'missive'
cask 'nova'
cask 'notion'
cask 'notion-calendar'
cask 'phpstorm'
cask 'quip'
cask 'raycast'
cask 'rectangle-pro'
cask 'soulver'
cask 'spotify'
cask 'slack'
cask 'superhuman'
cask 'tableplus'
cask 'tableau'
cask 'tailscale'
cask 'tinkerwell'
cask 'transmit'
cask 'visual-studio-code'
cask 'whatsapp'
cask 'whimsical'
cask 'wordpresscom-studio'
cask 'zoom'
# Quicklook
cask 'qlmarkdown'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
# Mac App Store
mas '1Password for Safari', id: 1569813296
mas 'Bear: Markdown Notes', id: 1091189122
mas 'Day One', id: 1055511498
mas 'Endel', id: 1346247457
mas 'Harvest', id: 506189836
mas 'Mela - Recipe Manager', id: 1568924476
mas 'Prompt 3', id: 1594420480
mas 'Soulver 3', id: 1508732804
mas 'Things', id: 904280696
mas 'Velja', id: 1607635845
mas 'Windows App', id: 1295203466