forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
92 lines (86 loc) · 1.81 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'gh'
brew 'git'
brew 'gnupg2'
brew 'grep'
brew 'httpie'
brew 'hub'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
brew 'zlib' # Needed for Memcached
# Development
brew 'php'
brew '[email protected]'
brew '[email protected]'
brew 'composer'
brew 'imagemagick'
brew 'libmemcached'
brew 'memcached'
brew 'mysql'
brew 'nginx'
brew 'node'
brew 'redis'
brew 'yarn'
# Apps
cask '1password'
cask '1password-cli'
cask 'aerial'
cask 'alfred'
cask 'brave-browser'
cask 'caffeine'
cask 'cyberduck'
cask 'docker'
cask 'figma'
cask 'firefox'
cask 'fork'
cask 'github'
cask 'google-chrome'
cask 'handbrake'
cask 'imageoptim'
cask 'insomnia'
cask 'plexamp'
cask 'steam'
cask 'sequel-pro'
cask 'telegram-desktop'
cask 'the-unarchiver'
cask 'there'
cask 'transmission'
cask 'visual-studio-code'
cask 'vlc'
# Quicklook
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-menlo-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# Mac App Store
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'Things', id: 904280696
mas 'Unsplash Wallpapers', id: 1284863847
mas 'GoodNotes 5', id: 1444383602
mas 'MacFamilyTree 9', id: 1458866808
mas 'Pixelmator Pro', id: 1289583905
mas 'Day One', id: 1055511498
mas 'Deliveries 3', id: 924726344
mas 'Final Cut Pro', id: 424389933
mas 'Compressor', id: 424390742