diff --git a/base/Dockerfile b/base/Dockerfile index 1f76643..71456ef 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -54,7 +54,7 @@ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v${ASDF_VERSI # Install dotfiles. RUN mkdir -p $HOME/.config -RUN curl -sS https://code.harton.nz/james/.config/raw/branch/main/starship.toml > $HOME/.config/starship.toml +RUN curl -sS https://code.harton.nz/james/.config/raw/branch/main/starship-devcontainer.toml > $HOME/.config/starship.toml RUN curl -sS https://code.harton.nz/james/.config/raw/branch/main/zshrc > $HOME/.zshrc WORKDIR /workspace/