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!'