forked from dgvncsz0f/dot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
62 lines (54 loc) · 1.05 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
cask_args appdir: '/Applications'
# tap repositories and their packages
tap 'caskroom/cask'
tap 'homebrew/bundle'
tap 'homebrew/core'
tap 'homebrew/services'
tap 'homebrew/versions'
tap 'argon/mas'
tap 'd12frosted/emacs-plus'
# Other Homebrew packages
brew 'mas'
brew 'ack'
brew 'autoconf'
brew 'automake'
brew 'cairo'
brew 'elixir'
brew 'emacs-plus', args: ["--with-cocoa","--with-ctags","--with-glib", "--with-gnutls", "--with-imagemagick", "--with-librsvg"]
brew 'erlang'
brew 'git'
brew 'leiningen'
brew 'libcroco'
brew 'mtr'
brew 'openssl'
brew 'pcre'
brew 'rbenv'
brew 'ruby-build'
brew 'tmux'
brew 'unrar'
brew 'postgresql'
brew 'watch'
brew 'wget'
brew 'wxmac'
brew 'xz'
brew 'zsh'
cask 'skype'
cask 'firefox'
cask 'google-chrome'
cask 'docker'
cask 'adium'
cask 'dropbox'
cask 'ngrok'
cask 'rescuetime'
cask 'vagrant'
cask 'virtualbox'
cask 'heroku'
cask 'java'
cask 'flux'
cask 'vlc'
cask 'toggldesktop'
mas '1Password', id: 443987910
mas 'Evernote', id: 406056744
mas 'LastPass', id: 926036361
mas 'Slack', id: 803453959
mas 'Telegram', id: 747648890