-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
108 lines (97 loc) · 1.96 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Taps
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
tap 'mongodb/brew'
# Binaries
brew 'bash' # Latest Bash version
brew 'bat' # Used for spatie/visit
brew 'tree'
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'grep'
brew 'httpie'
brew 'jq' # Used for spatie/visit
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'php' # Used to install xdebug or other extensions for herd
brew 'composer'
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'imagemagick'
brew 'node'
brew 'yarn'
# Tooling Apps OS
cask 'raycast'
cask '1password'
cask 'imageoptim'
# Development
cask 'github'
cask 'sourcetree'
#cask 'dbngin' //Herd Pro
cask 'tableplus'
#cask 'docker' //Never used
cask 'herd'
cask 'insomnia'
cask 'postman'
cask 'phpmon' # Still needed because of Herd
cask 'ray'
cask 'tinkerwell'
cask 'transmit'
cask 'visual-studio-code'
cask 'phpstorm'
cask 'tower'
cask 'iterm2'
cask 'vagrant'
# Browser
cask 'firefox'
cask 'google-chrome'
cask 'arc'
# Communication
cask 'discord'
cask 'signal'
cask 'whatsapp'
# cask 'franz'
# cask 'telegram-desktop'
# cask 'slack'
# Others
cask 'warp'
cask 'bartender'
cask 'cleanshot'
cask 'the-unarchiver'
cask 'deepl'
cask 'obsidian'
cask 'spotify'
cask 'pdf-expert'
cask 'carbon-copy-cloner'
cask 'readdle-spark'
cask 'zoom'
#cask 'libreoffice'
#cask 'libreoffice-language-pack'
# Quicklook
cask 'qlmarkdown'
cask 'quicklook-json'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-fira-code'
# Mac App Store
mas 'Moom', id: 419330170
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Commander One', id: 1035236694
mas 'The Unarchiver', id: 425424353
# mas 'Spark', id: 1176895641
# mas 'Spark + AI', id: 997102246
mas 'LanScan', id: 472226235
mas 'Reeder 5', id: 1529448980
mas 'Pixelmator Pro', id: 1289583905
mas 'Feedly', id:396069556