forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
54 lines (49 loc) · 986 Bytes
/
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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-versions'
tap 'homebrew/cask-fonts'
tap 'homebrew/bundle'
tap 'nicoverbruggen/homebrew-cask'
# Binaries
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'git'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'libpq', link: true
# Development
brew 'php'
brew '[email protected]'
brew 'composer'
brew 'meilisearch'
brew 'nginx'
brew 'node'
brew 'redis'
# Apps
cask '1password'
cask '1password-cli'
cask 'firefox'
cask 'google-chrome'
cask 'screenflow'
cask 'sublime-text'
cask 'telegram-desktop'
cask 'tinkerwell'
cask 'visual-studio-code'
cask 'hyper'
cask 'postico'
cask 'freeze'
cask 'audacity'
cask 'helo'
cask 'postman'
cask 'battery-buddy'
cask 'mysides'
cask 'desktoppr'
cask 'alfred'
cask 'microsoft-teams'
cask 'browserstacklocal'
# Fonts
cask 'font-fira-code-nerd-font'
cask 'postgres-unofficial'
# Mac app store
mas 'Amphetamine', id: 937984704
mas 'EasyRes (1.1.2)', id: 688211836