eendroroy / alien

An asynchronous zsh prompt
https://eendroroy.github.io/alien
MIT License
307 stars 45 forks source link

how to install using zplug #11

Closed ninjajs closed 6 years ago

ninjajs commented 6 years ago

Hi, I'm finding the documentation a little confusing.

I installed zplug then I ran: zplug "eendroroy/alien"

Now do I need to update this line in .zshrc? ZSH_THEME="[name of theme]"

eendroroy commented 6 years ago

add zplug "eendroroy/alien" in your .zshrc.

ninjajs commented 6 years ago

Is there something else I need to do? I've added this to the top of my .zshrc since installing zplug: export ZPLUG_HOME=/usr/local/opt/zplug source $ZPLUG_HOME/init.zsh zplug "eendroroy/alien"

but it doesn't have any effect. I'm using ohmyzsh as well.

eendroroy commented 6 years ago

Take a look at this: .zshrc

This might work for you:

export ZPLUG_HOME=/usr/local/opt/zplug
source $ZPLUG_HOME/init.zsh

zplug "eendroroy/alien"

if ! zplug check --verbose; then
  zplug install
fi
zplug load
ninjajs commented 6 years ago

Its working now with the code you provided. thanks

DollarAkshay commented 5 years ago

I am getting this /Users/akshaylaradhaya/.oh-my-zsh/oh-my-zsh.sh:source:116: no such file or directory: /Users/akshaylaradhaya/.oh-my-zsh/themes/alien.zsh-theme

Update : Realized that I should not set ZSH_THEME