forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
112 lines (100 loc) · 1.91 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
109
110
111
112
# Taps
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/php'
tap 'beeftornado/rmtree'
# Install ZSH
brew 'zsh'
brew 'zsh-completions'
# Install GNU core utilities (those that come with macOS are outdated)
brew 'coreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew 'findutils'
# Install Bash 4
brew 'zsh'
# Install more recent versions of some macOS tools
brew 'homebrew/dupes/grep'
# Install Binaries
brew 'awscli'
brew 'composer'
brew 'gibo'
brew 'git'
brew 'hub'
brew 'tree'
brew 'mackup'
brew 'node'
brew 'brew-rmtree'
brew 'trash'
brew 'wget'
brew 'zsh-completions'
# Development
brew 'php56', args: ['with-debug', 'without-apache', 'with-postgresql']
brew 'php56-intl'
# Apps
cask 'java'
cask '1password'
cask 'android-studio'
cask 'appcleaner'
cask 'atom'
cask 'caffeine'
cask 'calibre'
cask 'cheatsheet'
cask 'dbvisualizer'
cask 'dash'
cask 'divvy'
cask 'docker'
cask 'dropbox'
cask 'firefox'
cask 'fluid'
cask 'flux'
cask 'google-chrome'
cask 'gpgtools'
cask 'intellij-idea'
cask 'iterm2'
cask 'java7'
cask 'jdownloader'
cask 'karabiner'
cask 'keka'
cask 'keybase'
cask 'macpass'
cask 'macvim'
cask 'microsoft-office'
cask 'pgadmin3'
cask 'phpstorm'
cask 'poedit'
cask 'postman'
cask 'rescuetime'
cask 'sequel-pro'
cask 'shiftit'
cask 'slack'
cask 'sts'
cask 'sublime-text'
cask 'teamviewer'
cask 'telegram'
cask 'tower'
cask 'vmware-fusion'
cask 'vlc'
cask 'webstorm'
cask 'whatsapp'
cask 'wireshark'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
#cask 'font-source-code-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
cask 'font-open-sans'
# Install Mac App Store apps
brew 'mas'
mas 'Pixelmator', id: 407963104
mas' Microsoft Remote Desktop', id: 715768417
# Maven, requires Java to be installed
brew 'maven'