eendroroy / alien

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

what am I doing wrong? #27

Closed kiltedkoder closed 5 years ago

kiltedkoder commented 5 years ago

I'm new to ZSH, I installed Antigen successfully (using their recommended curl command), and I set the theme successfully, but when I start up my terminal I get the following:

/usr/home/kilted/.zsh/alien/alien.zsh-theme.antigen-compat:source:8: no such file or directory: /usr/home/kilted/.zsh/alien/libs/promptlib/activate
/usr/home/kilted/.zsh/alien/alien.zsh-theme.antigen-compat:source:9: no such file or directory: /usr/home/kilted/.zsh/alien/libs/zsh-async/async.zsh
/usr/home/kilted/.zsh/alien/alien.zsh-theme.antigen-compat:source:10: no such file or directory: /usr/home/kilted/.zsh/alien/libs/zsh-256color/zsh-256color.plugin.zsh
alien_venv:1: command not found: plib_venv                                                                                                         
alien_async_prompt:1: command not found: async_init
alien_async_prompt:2: command not found: async_start_worker
alien_async_prompt:3: command not found: async_register_callback
alien_async_prompt:4: command not found: async_job

Did I fail to install some other needed dependency?

betaboon commented 5 years ago

@kiltedkoder it looks like you have manually cloned the repo and forgot to initialize the git-submodules !? see https://github.com/eendroroy/alien#manually-cloning

kiltedkoder commented 5 years ago

yup, that was what I missed thanks!