Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker container dot files #16

Open
iansmith opened this issue May 15, 2023 · 1 comment
Open

docker container dot files #16

iansmith opened this issue May 15, 2023 · 1 comment

Comments

@iansmith
Copy link
Owner

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

@cindyuc
Copy link
Collaborator

cindyuc commented Jun 7, 2023

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.

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants