Oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Add this line at the end of .zshrc
export PATH=/opt/homebrew/bin:$PATH
source ~/.zshrc
Install font
git clone https://github.com/powerline/fonts.git
cd fonts
./install.sh
Configure Fonts:
Head to Preferences -> Profiles -> Text -> Change Fonts
Then choose the font you want with the extention for Powerline
i.e: Meslo LG M DZ Regular for Powerline
is the font I am using
Last updated
Was this helpful?