-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
57 lines (51 loc) · 1.12 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
# Homebrewを最新版にアップデート
update
# Formulaを更新
upgrade
# Add Repository
tap homebrew/versions || true
tap phinze/homebrew-cask || true
tap homebrew/binary || true
tap homebrew/dupes || true
tap josegonzalez/php || true
tap sanemat/font
# パッケージのインストール
install zsh || brew upgrade zsh || true
install git
install coreutils
install tig
install gist
install rmtrash
install wget
install proctools
install packer
install tree
install nkf
install openssl
install readline
install imagemagick
install jenkins
install php55
install php55-pcntl
install composer
install ricty --powerline --vim-powerline ricty
install macvim --override-system-vim --with-lua --with-luajit --HEAD
# homebrew-caskのインストール
install brew-cask
# インストール
cask install google-chrome
cask install kobito
cask install virtualbox
cask install vagrant
cask install skype
cask install cyberduck
cask install deluge
cask install unity3d
cask install iterm2
cask install cheatsheet
cask install pester
cask install sequel-pro
cask install vlc
cask install sourcetree
# 不要なファイルを削除
cleanup