Skip to content

Commit

Permalink
fix: removing slow stuff, fixing bad homebrew name
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Nov 18, 2023
1 parent b67746d commit eff6571
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,13 @@ RUN echo -e "#!/bin/sh\n\
exec \"\$@\"" > /usr/local/share/docker-init.sh \
&& chmod +x /usr/local/share/docker-init.sh

# These are super slow and don't seem to speed up the Codespaces startup
# Install vscode extensions
WORKDIR /tmp/shakefu
COPY .devcontainer/extensions.sh ./extensions.sh
# WORKDIR /tmp/shakefu
# COPY .devcontainer/extensions.sh ./extensions.sh
# Switch to user to install extensions correctly
USER ${USER}
RUN /tmp/shakefu/extensions.sh
# USER ${USER}
# RUN /tmp/shakefu/extensions.sh

# Create SSH directory for user
RUN mkdir -p /home/${USER}/.ssh
Expand Down
2 changes: 1 addition & 1 deletion install/linux_amd64/delta
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/dash -e
# Install or upgrade
$RUN brew "$( { [ -z "$UPGRADE" ] && echo "install"; } || echo "upgrade" )" "$NAME"
$RUN brew "$( { [ -z "$UPGRADE" ] && echo "install"; } || echo "upgrade" )" "git-delta"

0 comments on commit eff6571

Please sign in to comment.