-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
64 lines (58 loc) · 1.28 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
# Make sure using latest Homebrew
update
# Update already-installed formula
upgrade
# Add Repository
tap peco/peco
tap homebrew/dupes
tap homebrew/binary
# Packages
install apple-gcc42 || true
install autoconf || true
install brew-cask || true
install boot2docker || true
install docker
install ghc || true
install gist || true
install git || true
install go || true
install gpg2 || true
install grep || true
install haskell-platform || true
install hg || true
install imagemagick || true
install jq || true
install libyaml || true
install libxml2 || true
install libxslt || true
install lua || true
install markdown || true
install nkf || true
install openssl || true
install packer || true
install peco || true
install pkg-config || true
install proctools || true
install pyenv || true
install pyenv-virtualenv || true
install rbenv || true
install readline || true
install rmtrash || true
install ruby-build || true
install sqlite || true
install tig || true
install tmux || true
install tree || true
install vim --with-python --with-ruby --with-perl --with-lua
install wget || true
install zsh || true
# .dmg
cask install google-chrome
cask install virtualbox --force
cask install github
cask install vagrant
cask install chefdk
cask install limechat
cask install dash
# Remove outdated versions
cleanup