forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
83 lines (76 loc) · 1.54 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
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'homebrew/dupes'
tap 'homebrew/versions'
tap 'homebrew/php'
brew 'bash'
brew 'bash-completion2'
brew 'mas'
brew 'coreutils'
brew 'findutils'
brew 'tree'
brew 'wget'
brew 'ansible'
brew 'ant'
brew 'lynx'
brew 'git'
brew 'httpie'
brew 'highlight'
brew 'node'
brew 'go'
brew 'jq'
brew 'vim'
brew 'homebrew/dupes/grep'
brew 'homebrew/dupes/openssh'
brew 'homebrew/dupes/screen'
brew 'homebrew/php/php70'
brew 'homebrew/php/php70-xdebug'
brew 'homebrew/php/composer'
brew 'homebrew/php/php-cs-fixer'
# brew 'moreutils'
# brew 'autoconf'
# brew 'zlib'
# brew 'libtool'
# brew 'pcre'
# brew 'xz'
# brew 'ack'
# brew 'make'
# brew 'pkg-config'
# brew 'imagemagick'
# brew 'libtiff'
# brew 'gnu-sed', args: ['with-default-names']
# mas 'Xcode', id: 497799835
mas 'Keynote', id: 409183694
mas 'ForkLift', id: 412448059
mas 'TweetDeck', id: 485812721
# mas 'Caffeine', id: 411246225 # prefer as a cask
mas 'Snagit', id: 492729790
mas 'Airmail 3', id: 918858936
mas 'Wunderlist', id: 410628904
mas 'Pocket', id: 568494494
mas 'Slack', id: 803453959
mas 'Skitch', id: 425955336
mas 'Sunrise Calendar', id: 886106985
mas 'feedly', id: 865500966
mas 'ActivityTimer', id: 808647808
mas "Copy'em Paste", id: 876540291
cask 'aerial'
cask 'alfred'
cask 'atom'
cask 'caffeine'
cask 'dropbox'
cask 'franz'
cask 'gas-mask'
cask 'google-chrome'
cask 'google-drive'
cask 'iterm2'
cask 'karabiner'
cask 'keepassx'
cask 'phpstorm'
cask 'postman'
cask 'sequel-pro'
cask 'skype'
cask 'slack'
cask 'spotify'
cask 'virtualbox'
cask 'vagrant'