Closed paanvaannd closed 6 years ago
Root issue: links to dependency git repos were not populated through git clone
of this repo.
Solution:
~/.oh-my-zsh/custom/themes/alien/libs
promptlib
repo, which is cloned as promptib-zsh
initially, to promptlib
(or changing the code within alien.zsh
to resolve the name conflict)I would have suggest the following approach:
git clone https://github.com/eendroroy/alien.git
cd alien
git submodule update --init --recursive
@eendroroy , your solution doesn't work for me. Did you miss anything?
Whats inside alien/libs
folder? Can you show the directory tree?
@eendroroy , thank you for reply.
My directory tree is like this:
~/IDE/zsh.... then ~/IDE/alien: LICENSE alien.plugin.zsh libs README.md alien.zsh modules alien.applescript alien.zsh-theme screenshots
Whats inside libs folder?
Also please share about your environment.
My libs/
promptlib zsh-256color zsh-async
I am using Mac.
@eendroroy ,you know what, please stop spending more time on this issue. I'll go through a detailed setup tutorial on youtube. thanks man.
I cloned the repo to my
.oh-my-zsh/custom/themes
directory as directed and modified.zshrc
to specifyZSH_THEME="alien/alien"
and setALIEN_THEME="red"
.The theme seems to be working, at least visually, but I keep getting the following error upon starting a Terminal instance:
and the following lines echoed to stdout every time I run a command:
e: Indeed, the links to other git repos (such as zsh-async) are empty in my directory list. I will try deleting those and manually cloning those repos to the required directory soon and see if that helps.