[remove] installation of dependencies

This commit is contained in:
Max Bucknell 2014-10-18 20:39:59 +01:00
parent 2ddf2abd97
commit 3a852b966f

View file

@ -116,17 +116,4 @@ install_dotfiles () {
install_dotfiles
# If we're on a Mac, let's install and setup homebrew.
if [ "$(uname -s)" == "Darwin" ]
then
info "installing dependencies"
if source bin/dot > /tmp/dotfiles-dot 2>&1
then
success "dependencies installed"
else
fail "error installing dependencies"
fi
fi
echo ''
echo ' All installed!'