Skip to content

Commit

Permalink
tryna fix the brew cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm committed Dec 14, 2023
1 parent 6137904 commit 2f1c80b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ RUN . $HOME/.cargo/env && cargo quickinstall ripgrep fd-find

# Install Homebrew
RUN NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
RUN echo "eval \"\$($(brew --prefix)/bin/brew shellenv)\"" >> ~/.bashrc
RUN NONINTERACTIVE=1 brew install neovim fish
RUN NONINTERACTIVE=1 /home/linuxbrew/.linuxbrew/bin/brew install neovim fish
RUN echo "eval \"\$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)\"" >> ~/.bashrc

0 comments on commit 2f1c80b

Please sign in to comment.