Skip to content

Instantly share code, notes, and snippets.

View softwar3d3v's full-sized avatar
🏠
Working from home

Taylor softwar3d3v

🏠
Working from home
  • Tennessee, USA
View GitHub Profile
@softwar3d3v
softwar3d3v / install.sh
Created December 15, 2017 17:16
Install script to set up new macs in Coding I & Coding II
#!/bin/bash
# check to see if homebrew is installed
command -v brew >/dev/null 2>&1 || { echo >&2 "Installing Homebrew Now"; \
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"; }
# install Hyper, Spotify, Chrome, Atom, and docker
brew cask install google-chrome
brew cask install spotify
brew cask install hyper