-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
74 lines (74 loc) · 1.58 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
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
tap "marcelomazza/curl-libssh2"
brew "automake"
brew "bash-completion"
brew "bison", link: true
brew "direnv"
brew "docker-compose"
brew "git"
brew "go"
brew "hub", args: ["HEAD"]
brew "icu4c"
brew "imagemagick"
brew "imagemagick@6"
brew "jq"
brew "libiconv"
brew "libidn2"
brew "libsass"
brew "libssh2"
brew "libxml2"
brew "libxslt"
brew "mas"
brew "mcrypt"
brew "mysql", restart_service: true
brew "peco"
brew "postgresql", restart_service: true
brew "pwgen"
brew "redis", restart_service: true
brew "ruby-build"
brew "tree"
brew "wget"
brew "yarn"
brew "zlib"
brew "zsh"
brew "zsh-syntax-highlighting"
brew "marcelomazza/curl-libssh2/curl"
cask "1password"
cask "android-platform-tools"
cask "android-sdk"
cask "charles"
cask "coteditor"
cask "crunch"
cask "dash"
cask "firefox"
cask "google-chrome"
cask "google-chrome-canary"
cask "google-japanese-ime"
cask "iterm2"
cask "java"
cask "kindle"
cask "mysqlworkbench"
cask "night-owl"
cask "slack"
mas "Amphetamine", id: 937984704
mas "BetterSnapTool", id: 417375580
mas "CompareMerge", id: 478570084
mas "CotEditor", id: 1024640650
mas "Evernote", id: 406056744
mas "GarageBand", id: 682658836
mas "iMovie", id: 408981434
mas "JPEGmini", id: 498944723
mas "Keynote", id: 409183694
mas "Monosnap", id: 540348655
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Slack", id: 803453959
mas "The Unarchiver", id: 425424353
mas "Todoist", id: 585829637
mas "WinArchiver Lite", id: 414855915
mas "Xcode", id: 497799835