Development Environment | Mac OS X
  • Introduction
  • System
    • Installation
    • System Preferences
    • Applications
  • Console
    • Terms
    • Homebrew
      • Commands
      • Cask
    • iTerm2
      • Zsh
      • Oh My Zsh
  • Git
    • Git
    • Git Aliases
    • Github
  • NodeJs
    • NodeJs
    • npm
  • IDE
    • Visual Studio Code
  • Cheatsheet
    • Terminal
Powered by GitBook
On this page
  1. Console
  2. iTerm2

Zsh

The Z shell (Zsh) is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with a large number of improvements.

Installation

brew install zsh zsh-completions

To use the brew zsh as your default shell, run:

sudo dscl . -create /Users/$USER UserShell /usr/local/bin/zsh
$ $SHELL --version
zsh 5.3 (x86_64-apple-darwin17.0)
PreviousiTerm2NextOh My Zsh

Last updated 6 years ago