Adds brew to PATH and adds is_online function

This commit is contained in:
William Carroll 2016-08-01 14:01:51 -04:00
parent 792c690e0d
commit 3306754932
6 changed files with 57 additions and 35 deletions

5
install.sh Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# install brew and its packages
. ./install_brew.sh