Test replacing powerline with starship

This commit is contained in:
2025-11-05 23:34:53 -05:00
parent be2e175976
commit 2fcda19a40
4 changed files with 18 additions and 9 deletions

View File

@@ -41,7 +41,6 @@ RUN dnf install --assumeyes \
pinentry \
podman-remote \
postgresql \
powerline \
python3-devel \
python3.10 \
python3.10-devel \
@@ -57,7 +56,11 @@ RUN dnf install --assumeyes \
xxhash-devel
ADD github-install.bash /tmp/github-install.bash
RUN bash /tmp/github-install.bash && rm -rf /tmp/github-install.bash
RUN bash /tmp/github-install.bash && \
rm -rf /tmp/github-install.bash && \
curl -sSLo /tmp/starship.sh https://starship.rs/install.sh && \
sh /tmp/starship.sh --yes && \
rm -rf /tmp/starship.sh
ADD profile.d/*.sh /etc/profile.d/