-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
65 lines (61 loc) · 1.15 KB
/
Brewfile
File metadata and controls
65 lines (61 loc) · 1.15 KB
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
cask_args appdir: '/Applications'
tap 'caskroom/versions'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/versions'
brew 'python'
brew 'rbenv'
brew 'autojump'
brew 'cmake'
brew 'readline'
brew 'bash'
brew 'coreutils'
brew 'gnu-sed'
brew 'pkg-config'
brew 'openssl'
brew 'libevent'
brew 'gettext'
brew 'libpng'
brew 's-lang'
brew 'newt', args: ['with-python']
brew 'tmux'
brew 'findutils'
brew 'gdbm'
brew 'git'
brew 'go'
brew 'gotags'
brew 'httpie'
brew 'icdiff'
brew 'diff-so-fancy'
brew 'leiningen'
brew 'macvim', args: ['with-override-system-vim']
brew 'node'
brew 'tree'
# to copy and paste in tmux
# see: https://robots.thoughtbot.com/how-to-copy-and-paste-with-tmux-on-mac-os-x
brew 'reattach-to-user-namespace'
brew 'unrar'
brew 'wget'
brew 'zsh'
brew 'the_silver_searcher'
brew 'homebrew/dupes/grep'
cask 'adobe-reader'
cask 'alfred'
cask 'anki'
cask 'atom'
cask 'dash'
cask 'dropbox'
cask 'evernote'
cask 'java'
brew 'gradle'
cask 'iterm2'
cask 'skype'
cask 'slack'
cask 'spotify'
cask 'sublime-text'
cask 'teamviewer'
cask 'the-unarchiver'
cask 'toggldesktop'
cask 'transmission'
cask 'vlc'
cask 'qlmarkdown' # QuickLook markdown preview for Finder