Skip to content

Commit

Permalink
Remove most homebrew packages
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 21, 2024
1 parent 576eabe commit 828b534
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,7 @@ USER linuxbrew
ENV NONINTERACTIVE=1
RUN curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | bash
RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" && \
brew install \
atuin \
bat \
delta \
direnv \
f1bonacc1/tap/process-compose \
fd \
fish \
fzf \
gcc@11 \
git \
lazygit \
neovim \
ripgrep \
ruby \
starship \
zoxide && \
brew install gcc@11 ruby && \
sudo apt-get remove --purge --assume-yes git && \
sudo apt-get autoremove --purge --assume-yes

Expand Down

0 comments on commit 828b534

Please sign in to comment.