forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
90 lines (84 loc) · 1.68 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
# Taps
tap 'homebrew/cask'
tap 'sambadevi/powerlevel9k'
#tap 'caskroom/eid'
#tap 'caskroom/fonts'
#tap 'caskroom/versions'
tap 'homebrew/bundle'
# Binaries
brew 'bat'
brew 'coreutils' # Those that come with macOS are outdated
brew 'git'
brew 'grep'
brew 'composer'
brew 'mackup'
brew 'mas'
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'trash'
brew 'tree'
brew 'zsh'
brew 'zsh-completions'
brew 'zsh-autosuggestions'
brew 'zsh-syntax-highlighting'
brew 'powerlevel9k'
# Development
brew 'nginx'
brew 'php'
#brew 'imagick'
brew 'mariadb'
brew 'node'
brew 'redis'
brew 'yarn'
# Apps
cask 'docker'
cask 'visual-studio-code'
cask 'lastpass'
cask 'alfred'
cask 'appcleaner'
cask 'autofirma'
cask 'caffeine'
cask 'firefox'
cask 'google-drive-file-stream'
cask 'google-chrome'
cask 'imageoptim'
cask 'setapp'
cask 'tunnelblick'
cask 'lunar'
cask 'notion'
cask 'postman'
cask 'whatsapp'
cask 'skype'
cask 'toggl-track'
cask 'spotify'
cask 'the-unarchiver'
cask 'skitch'
cask 'transmit'
cask 'virtualbox'
cask 'virtualbox-extension-pack'
cask 'spark'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
cask 'qlimagesize'
cask 'qlswift'
cask 'qlvideo'
# Fonts
#cask 'font-source-code-pro-for-powerline'
#cask 'font-source-code-pro'
#cask 'font-source-sans-pro'
#cask 'font-source-serif-pro'
#cask 'font-meslo-nerd-font-mono'
#cask 'font-fira-code'
# Mac App Store
#mas 'Deckset', id: 847496013
#mas 'Monit', id: 1014850245
mas 'Pocket', id: 568494494
mas 'Serial', id: 877615577
#mas 'Skitch', id: 425955336
mas 'Spark', id: 1176895641
#mas 'The Unarchiver', id: 425424353
#mas 'TogglDesktop', id: 957734279
#mas 'WhatsApp', id: 1147396723