Test replacing powerline with starship
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user