Script for new Cerner Mac installations
This setup script is for setting up a new Cerner Mac with some of the basic applications needed.
Please feel free to alter this script to meet your specific needs, or correct any errors.
To install this script from a brand new Mac (fresh out of the box!) run the following command in terminal:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/docedson/NewMacScript/main/setup.sh)"
All of the following are commands that you can enter directly into Terminal or let the script run for you.
Install the following terminal tools:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Update Homebrew
brew config
brew update
brew upgrade
brew cask install iterm2
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Git
brew install git
Ruby
brew install ruby
Oh My Zsh comes with a ton of plugins you can take advantage of. Here is the wiki page.
Open your ~/.zshrc
file via Terminal
open ~/.zshrc
Find and edit the plugins section to add the ones you want
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git brew ruby osx)
Open your ~/.zshrc
file via Terminal
open ~/.zshrc
Modify the theme. You can find a list of the themes here
Make sure to save and close the file after editing. You may have to quit and reopen iTerm2 for the theme to take effect.