mirror of
https://github.com/ff4500/utilities.git
synced 2026-07-01 11:47:04 -05:00
24 lines
644 B
Bash
Executable File
24 lines
644 B
Bash
Executable File
#!/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
|