IMac – Change Terminal Theme for Developing

imacmacosterminalthemes

I just got an iMac and wanted to change the default terminal to, what i believe, is a theme.

I saw it a while ago and i'm not finding it.

Screenshot below.

enter image description here

You can find a video from Yeoman using it here

Best Answer

The closest I've found is the Steeef theme for oh-my-zsh. It seems very close, except the font/background is different (however that is set externally in Terminal settings).

To install this:

  1. Install Homebrew and zsh, then set zsh as default shell.

    ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
    brew install zsh
    chsh -s /usr/local/bin/zsh
    
  2. Restart Terminal.

  3. Install oh-my-zsh.

    curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
    
  4. Edit ZSH_THEME in ~/.zshrc to be steeef.

  5. Restart Terminal.