forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Brewfile
82 lines (78 loc) · 1.32 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
cask_args appdir: '/Applications'
tap 'caskroom/cask'
tap 'caskroom/fonts'
tap 'caskroom/versions'
tap 'homebrew/bundle'
brew 'bash'
brew 'coreutils'
brew 'findutils'
brew 'ffmpeg'
brew 'git-flow'
brew 'gnupg'
brew 'gnupg2'
brew 'go'
brew 'grc'
brew 'httpie'
brew 'irssi'
brew 'mackup'
brew 'mongodb'
brew 'nvm'
brew 'opencc'
brew 'pyenv'
brew 'rethinkdb'
brew 'ssh-copy-id'
brew 'terraform'
brew 'trash'
brew 'tree'
brew 'unrar'
brew 'youtube-dl'
cask 'alfred'
cask 'atom'
cask 'beyond-compare'
cask 'charles'
cask 'cleanmymac'
cask 'dockertoolbox'
cask 'dropbox'
cask 'firefoxdeveloperedition'
cask 'flux'
cask 'gitter'
cask 'google-chrome'
cask 'heroku-toolbelt'
cask 'istat-menus'
cask 'iterm2'
cask 'keka'
cask 'macdown'
cask 'neteasemusic'
cask 'ngrok'
cask 'obs'
cask 'paw'
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'qlstephen'
cask 'recordit'
cask 'robomongo'
cask 'sketch'
cask 'sketch-toolbox'
cask 'skype'
cask 'slack'
cask 'sourcetree'
cask 'spectacle'
cask 'spotify'
cask 'steam'
cask 'sublime-text3'
cask 'telegram'
cask 'tiled'
cask 'unity'
cask 'utorrent'
cask 'virtualbox'
cask 'visual-studio-code'
cask 'vlc'
cask 'webkit-nightly'
cask 'webstorm'
cask 'font-hack'
cask 'font-noto-sans-japanese'
cask 'font-noto-sans-korean'
cask 'font-noto-sans-s-chinese'
cask 'font-noto-sans-t-chinese'
cask 'font-roboto'
cask 'font-source-code-pro'