Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
chore: remove starship, its too much to just force a shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Apr 4, 2024
1 parent 2b46df9 commit 50d4c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 67 deletions.
8 changes: 2 additions & 6 deletions toolboxes/fedora-toolbox/Containerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM ghcr.io/ublue-os/fedora-distrobox:latest

# Adds repository for starship prompt &
# Install decent selection of Modern Unix utilities, then random useful utilities
RUN dnf -y copr enable atim/starship && \
dnf -y upgrade && \
RUN dnf -y upgrade && \
dnf -y install \
bat \
duf \
Expand All @@ -14,15 +12,13 @@ RUN dnf -y copr enable atim/starship && \
neovim \
ripgrep \
sd \
starship \
p7zip \
unrar-free \
zoxide \
zsh \
yt-dlp && \
dnf clean all

COPY ./toolboxes/fedora-toolbox/files /

RUN ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/git && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \
ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
Expand Down
61 changes: 0 additions & 61 deletions toolboxes/fedora-toolbox/files/etc/starship.toml

This file was deleted.

0 comments on commit 50d4c8a

Please sign in to comment.