-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
119 lines (119 loc) · 2.22 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
113
114
115
116
117
118
119
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "atlassian/tap"
tap "atlassian/laas", "ssh://git@stash.atlassian.com:7997/laas/homebrew-tap.git"
tap "caskroom/versions"
tap "caskroom/cask"
cask "java"
brew "aalib"
brew "ack"
brew "gettext"
brew "perl"
brew "git"
brew "autoconf"
brew "automake"
brew "babl"
brew "phantomjs"
brew "casperjs"
brew "cctools"
brew "chromedriver", restart_service: true
brew "clojure"
brew "cmake"
brew "coreutils"
brew "cowsay"
brew "curl"
brew "dbus"
brew "diff-so-fancy"
brew "libgpg-error"
brew "libassuan"
brew "libksba"
brew "pth"
brew "dirmngr"
brew "docker", link: false
brew "docker-machine", restart_service: true, link: false
brew "lame"
brew "xvid"
brew "ffmpeg"
brew "findutils"
brew "fortune"
brew "gmp"
brew "mpfr"
brew "gawk"
brew "gdbm"
brew "gifsicle"
brew "git-extras"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
brew "nettle"
brew "libusb"
brew "pinentry"
brew "gnupg"
brew "gpg-agent"
brew "gradle"
brew "gsettings-desktop-schemas"
brew "icu4c"
brew "gtk+"
brew "xz"
brew "gtk+3"
brew "py2cairo"
brew "pygobject"
brew "pygtk"
brew "gtk-mac-integration"
brew "hub"
brew "jenv"
brew "jruby"
brew "leiningen"
brew "libcroco"
brew "libevent"
brew "librsvg"
brew "libssh2"
brew "libtool"
brew "libusb-compat"
brew "libwmf"
brew "libyaml"
brew "lynx"
brew "mas"
brew "maven", link: false
brew "midnight-commander"
brew "mongodb"
brew "mvnvm"
brew "ncdu"
brew "nmap"
brew "node"
brew "nvm"
brew "nyancat"
brew "postgresql"
brew "reattach-to-user-namespace"
brew "ruby"
brew "rustup-init"
brew "shellcheck"
brew "sl"
brew "ssh-copy-id"
brew "tmux"
brew "tomcat"
brew "utf8proc"
brew "vim"
brew "wget"
brew "wifi-password"
brew "zsh"
brew "zsh-history-substring-search"
brew "atlassian/laas/laas-cli", args: ["devel"]
brew "atlassian/tap/atlassian-plugin-sdk"
cask "java7"
cask "jce-unlimited-strength-policy"
cask "macdown"
cask "vagrant"
cask "caskroom/versions/java6"
mas "Airmail 2", id: 918858936
mas "GIPHY CAPTURE", id: 668208984
mas "Grids for Instagram", id: 916198600
mas "iMovie", id: 408981434
mas "Keynote", id: 409183694
mas "KyPass", id: 555293879
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Trello", id: 1278508951
mas "World Clock Pro", id: 858446756
mas "Xcode", id: 497799835