chore: use the custom devcontainer starship toml.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
James Harton 2023-08-25 19:37:15 +12:00
parent 5a62d7a9c5
commit f8e77a2c3d
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -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/