Skip to content

docedson/NewMacScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NewMacScript

Script for new Cerner Mac installations

About

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.

Installation with Curl

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)"

Terminal Tools

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:

Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Update Homebrew

brew config
brew update
brew upgrade

iTerm2

brew cask install iterm2

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Git

brew install git

Ruby

brew install ruby

Enable Any Oh My Zsh Plugins

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)

Set the Oh My Zsh Theme

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.

The End

About

Script for new Cerner Mac installatiions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages