You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now install all necessary fonts by downloading or cloning git repository.
git clone https://github.com/powerline/fonts
cd fonts
./install.sh
note: if you are using iTerm2, they now have a checkbox for Powerline fonts Profiles → Text.
In iTerm2 access the Preferences pane on the Profiles tab.
Under the Colors tab import the cobalt2.itermcolors file via the Load Presets drop-down.
Under the Text tab change the font for each type (Regular and Non-ASCII) to 'Inconsolata for Powerline'. (Refer to the powerline-fonts repo for help on font installation.)
Refresh ZSH by typing source ~/.zshrc on the command line.
If you want the full blown tabs and everything shown in the screenshot, use the Profile in Cobalt2.json.
...in a MinTTY environment
Drop the cobalt2.zsh-theme file in to the ~/.oh-my-zsh/themes/ directory.
Open up your ZSH preferences at ~/.zshrc and change the theme variable to ZSH_THEME="cobalt2".
Install 'Inconsolata for Powerline'. (Refer to the powerline-fonts repo for help on font installation.)
Replace the ~/.minttyrc file with the .minttyrc file in this repo.