[remove] installation of dependencies
This commit is contained in:
parent
2ddf2abd97
commit
3a852b966f
1 changed files with 0 additions and 13 deletions
|
@ -116,17 +116,4 @@ install_dotfiles () {
|
||||||
|
|
||||||
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!'
|
echo ' All installed!'
|
||||||
|
|
Loading…
Add table
Reference in a new issue