zsh-prompt-powerline icon indicating copy to clipboard operation
zsh-prompt-powerline copied to clipboard

Install with antigen?

Open trusktr opened this issue 11 years ago • 1 comments

How would I install this with antigen?

trusktr avatar Dec 23 '13 02:12 trusktr

There appear to be a number of issues related to powerline's dependency of the specific version of python installed. There is an install method of both python and powerline for homebrew though.

Once powerline is installed you might be able to use something like the following:

source antigen.zsh
antigen use oh-my-zsh
antigen theme prikhi/molokai-powerline-zsh molokai-powerline-zsh
antigen apply

see here for more info.. https://github.com/prikhi/molokai-powerline-zsh

neurogenesis avatar Mar 02 '16 19:03 neurogenesis