By default, it’s already included in macOS 10.15 Catalina as default shell.
Install Oh My Zsh.
1
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install Powerline Fonts and switch font to Fira Mono for Powerline.
1 2 3
git clone https://github.com/powerline/fonts.git --depth=1 cd fonts ./install.sh
Instructions
Install Spaceship ZSH via Oh My Zsh.
1 2 3
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme""$ZSH_CUSTOM/themes/spaceship.zsh-theme" # Set ZSH_THEME="spaceship" in your .zshrc.
Open a new tab in your Terminal app to take effect.
Plugins
You must open a new tab or restart your terminal to take effect.
INFO: Connected to gateway. INFO: Authenticated. INFO: Remote gateway has allocated a VPN. ... INFO: Interface ppp0 is UP. INFO: Setting new routes... ... INFO: Tunnel is up and running.