iansmith / parigot

Develop as a monolith, deploy as microservices.
https://parigot.info
BSD 3-Clause "New" or "Revised" License
12 stars 1 forks source link

docker container dot files #16

Open iansmith opened 1 year ago

iansmith commented 1 year ago

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 commented 1 year ago

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.