@@ -38,7 +38,7 @@ brew install findutils
3838brew install gnu-sed --with-default-names
3939# Install Bash 4.
4040brew install bash
41- brew tap homebrew/versions
41+ # brew tap homebrew/versions
4242# We installed the new shell, now we have to activate it
4343echo " Adding the newly installed shell to the list of allowed shells"
4444# Prompts for password
@@ -89,9 +89,9 @@ echo "$LINE" >> ~/.extra
8989
9090# Install more recent versions of some OS X tools.
9191brew install vim --override-system-vi
92- brew install homebrew/dupes/grep
93- brew install homebrew/dupes/openssh
94- brew install homebrew/dupes/screen
92+ # brew install homebrew/dupes/grep
93+ # brew install homebrew/dupes/openssh
94+ # brew install homebrew/dupes/screen
9595# brew install homebrew/php/php55 --with-gmp
9696
9797# Install font tools.
@@ -167,25 +167,19 @@ brew link libxslt --force
167167# Core casks
168168# brew cask install --appdir="/Applications" alfred
169169brew cask install --appdir=" ~/Applications" iterm2
170- brew cask install --appdir=" ~/Applications" java8
171170# brew cask install --appdir="~/Applications" xquartz
172171
173172# Development tool casks
174- brew cask install --appdir=" /Applications" sublime-text3
173+ # brew cask install --appdir="/Applications" sublime-text
175174# brew cask install --appdir="/Applications" atom
176175brew cask install --appdir=" /Applications" virtualbox
177- # brew cask install --appdir="/Applications" spotify
176+ brew cask install --appdir=" /Applications" spotify
178177# brew cask install --appdir="/Applications" vagrant
179178# brew cask install --appdir="/Applications" macdown
180179
181180# Misc casks
182181brew cask install --appdir=" /Applications" google-chrome
183182# brew cask install --appdir="/Applications" firefox
184- # brew cask install --appdir="/Applications" skype
185- brew cask install --appdir=" /Applications" slack
186- # brew cask install --appdir="/Applications" whatsapp
187- # brew cask install --appdir="/Applications" dropbox
188- # brew cask install --appdir="/Applications" google-backup-and-sync
189183# brew cask install --appdir="/Applications" evernote
190184# brew cask install --appdir="/Applications" 1password
191185# brew cask install --appdir="/Applications" gimp
0 commit comments