-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrew.sh
More file actions
executable file
·73 lines (62 loc) · 1.56 KB
/
brew.sh
File metadata and controls
executable file
·73 lines (62 loc) · 1.56 KB
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
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
# Make sure using latest Homebrew
brew update
# Update already-installed formula
brew upgrade
# Add Repository
brew tap phinze/homebrew-cask || true
#tap homebrew/binary || true
brew tap sanemat/font || true
#tap homebrew/dupes
brew tap homebrew/dupes || true
# Packages for development
brew install zsh
brew install git
brew install autoconf
brew install automake
brew install pkg-config
brew install p7zip
brew install go
brew install hub
brew install homebrew/dupes/grep
brew install cask
brew install ack
brew install ipcalc
# install ghq
brew tap peco/peco || true
brew install peco
brew tap motemen/ghq || true
brew install ghq
# Packages for brew-cask
brew install brew-cask
# .dmg from brew-cask
#cask install vagrant
brew cask install google-chrome
brew cask install xquartz
brew install ricty
brew cask install alfred
brew cask install textexpander
brew cask install coteditor
brew cask install parallels
brew cask install iterm2
brew cask install karabiner
brew cask install bettertouchtool
brew cask install bartender
brew cask install evernote
brew cask install appcleaner
brew cask install sourcetree
brew cask install coda
brew cask install transmit
brew cask install google-drive
brew cask install brackets
brew cask install hosts
brew cask install opera
brew cask install marsedit
brew cask install toggldesktop
brew cask install skim
brew tap caskroom/versions
brew cask install firefox-ja
brew cask alfred link
# Remove outdated versions
brew cleanup
# ref: http://rcmdnk.github.io/blog/2014/11/22/computer-mac-homebrew/