@@ -37,14 +37,14 @@ brew install findutils
3737# Install GNU `sed`, overwriting the built-in `sed`.
3838brew install gnu-sed --with-default-names
3939# Install Bash 4.
40- brew install bash
40+ # brew install bash
4141# brew tap homebrew/versions
4242# We installed the new shell, now we have to activate it
43- echo " Adding the newly installed shell to the list of allowed shells"
43+ # echo "Adding the newly installed shell to the list of allowed shells"
4444# Prompts for password
45- sudo bash -c ' echo /usr/local/bin/bash >> /etc/shells'
45+ # sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
4646# Change to the new shell, prompts for password
47- chsh -s /usr/local/bin/bash
47+ # chsh -s /usr/local/bin/bash
4848
4949# Install `wget` with IRI support.
5050brew install wget --with-iri
@@ -66,26 +66,26 @@ LINE='eval "$(rbenv init -)"'
6666grep -q " $LINE " ~ /.extra || echo " $LINE " >> ~ /.extra
6767
6868# Install bash plugins
69- brew install bash-git-prompt
70- LINE=$( cat << - EOM
71- if [ -f "$( brew --prefix bash-git-prompt) /share/gitprompt.sh" ]; then
72- GIT_PROMPT_THEME=Default
73- source "$( brew --prefix bash-git-prompt) /share/gitprompt.sh"
74- fi
75-
76- EOM
77- )
78- echo " $LINE " >> ~ /.extra
79-
80- brew install bash-completion
81- LINE=$( cat << - EOM
82- if [ -f $( brew --prefix) /etc/bash_completion ]; then
83- . $( brew --prefix) /etc/bash_completion
84- fi
85-
86- EOM
87- )
88- echo " $LINE " >> ~ /.extra
69+ # brew install bash-git-prompt
70+ # LINE=$(cat <<- EOM
71+ # if [ -f "$(brew --prefix bash-git-prompt)/share/gitprompt.sh" ]; then
72+ # GIT_PROMPT_THEME=Default
73+ # source "$(brew --prefix bash-git-prompt)/share/gitprompt.sh"
74+ # fi
75+
76+ # EOM
77+ # )
78+ # echo "$LINE" >> ~/.extra
79+
80+ # brew install bash-completion
81+ # LINE=$(cat <<- EOM
82+ # if [ -f $(brew --prefix)/etc/bash_completion ]; then
83+ # . $(brew --prefix)/etc/bash_completion
84+ # fi
85+
86+ # EOM
87+ # )
88+ # echo "$LINE" >> ~/.extra
8989
9090# Install more recent versions of some OS X tools.
9191brew install vim --override-system-vi
@@ -173,7 +173,7 @@ brew cask install --appdir="~/Applications" iterm2
173173# brew cask install --appdir="/Applications" sublime-text
174174# brew cask install --appdir="/Applications" atom
175175brew cask install --appdir=" /Applications" virtualbox
176- brew cask install --appdir=" /Applications" spotify
176+ # brew cask install --appdir="/Applications" spotify
177177# brew cask install --appdir="/Applications" vagrant
178178# brew cask install --appdir="/Applications" macdown
179179
@@ -191,10 +191,6 @@ brew cask install --appdir="/Applications" google-chrome
191191# Link cask apps to Alfred
192192# brew cask alfred link
193193
194- # Install Docker, which requires virtualbox
195- # brew install docker
196- # brew install boot2docker
197-
198194# Install developer friendly quick look plugins; see https://github.com/sindresorhus/quick-look-plugins
199195brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv qlimagesize webpquicklook suspicious-package
200196
0 commit comments