From 3a852b966f5570cbdf8177d3a8c4da2f0b2274aa Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sat, 18 Oct 2014 20:39:59 +0100 Subject: [PATCH] [remove] installation of dependencies --- script/bootstrap.sh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/script/bootstrap.sh b/script/bootstrap.sh index 58220ca..7a2ab28 100755 --- a/script/bootstrap.sh +++ b/script/bootstrap.sh @@ -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!'