- Install homebrew
- After homebrew has been installed run the following terminal command to install iTerm2
brew cask install iterm2
- Install powerline fonts by running the enter Terminal command below:
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
- If you haven't already installed the oh my zsh framework go ahead and install using the command
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Open iTerm2 and navigate to Preferences -> Profiles -> Text and verify you have the ProFont for Powerline font installed.
- Also run the following command
echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699"
to verify font is installed. You should see the following: - Finally open the zsh configuration file and update to the agnoster theme.