

The default theme is robbyrussell, but you can change it to any theme of your choice. Oh My Zsh comes bundled with a lot of themes.
Iterm m1 mac install#
Now, we will install the dependencies to get the best out of Zsh. Restart iTerm2 to dive into the new experience of using Zsh.
Iterm m1 mac upgrade#
You can upgrade it to get the latest features it offers. Install Oh My Zsh by running the command sh -c "$(curl -fsSL )"Ĭheck the installed version zsh -version It runs on Zsh to provide cool features configurable within the ~/.zhrc config file. It will not make you a 10x developer…but you might feel like one” - Robby Russell brew install zsh Step 4: Install Oh My Zsh “Oh My Zsh is an open source, community-driven framework for managing your zsh configuration. Let’s install zsh using brew and make iTerm2 use it. To install iTerm2, run the command: brew cask install iterm2 Step 3: Install ZSH Zsh is a shell designed for interactive use, although it is also a powerful scripting language.īy default, macOs ships with zsh located in /bin/zsh. You can integrate zsh into iTerm2 to increase productivity.

Most software engineers prefer i Term2 over the default terminal that ships with macOS as a result of its cool features. ITerm2 is a replacement for terminal and the successor to iTerm. If you get an error, run xcode-select -r to reset xcode-select. Open your terminal and run the command: xcode-select -install

Homebrew is a free and open-source software package management system that simplifies the installation of software on Apple’s macOS.īefore installing Homebrew, we need to install the CLI tools for Xcode.
