This commit is contained in:
2019-07-02 17:26:22 -05:00
parent 57e3963060
commit 040b1cd184
3 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#!/bin/bash
# Install Homebrew
# ----------------------------------------------------------------
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#
# Install iterm2 and Atom
# ----------------------------------------------------------------
# brew cask install iterm2 atom
#
# Install ImageMagick
# ----------------------------------------------------------------
# brew install imagemagick
source ./lib/echos.sh
source ./lib/functions.sh
opening_title
# Install Homebrew
# ----------------------------------------------------------------
running "Checking homebrew..."
install_homebrew