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
The current .devcontainer/Dockerfile seems to have a messed up configuration. Originally it was intended to install zsh for the user parigot but that doesn't appear to always work.
It would probably be best for everybody if we just supported some dotfiles program:
The only error I met was "theme 'powerlevel10k/powerlevel10k' not found". It seems that the theme was not installed on my end. I checked my .oh-my-zsh dir, this theme really didn't exist.
What I did was download it from the internet and put it in the correct dir (refer to this issue). Then, it works and I can use it.
I checked the Dockerfile and didn't find anything related to downloading the theme (correct me if I missed something). I think what we need to do is add a line to the Dockerfile to install the theme correctly.
The current
.devcontainer/Dockerfile
seems to have a messed up configuration. Originally it was intended to install zsh for the user parigot but that doesn't appear to always work.It would probably be best for everybody if we just supported some dotfiles program:
github's info on dot files
The text was updated successfully, but these errors were encountered: