Skip to content

Commit

Permalink
⚡:de-dupe Dockerfile Fisher setup (& plugin install)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric authored Jun 23, 2023
1 parent 347d136 commit a06601b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ RUN su ${USERNAME} -c "fish --command 'cp /usr/share/fish/config.fish ~/.config/
# Configure default Git editor.
RUN su ${USERNAME} -c "echo 'set -Ux GIT_EDITOR vim' >> ~/.config/fish/config.fish"

# Install Fisher and plugins.
RUN su ${USERNAME} -c "fish --command 'curl -sL https://git.io/fisher | source && fisher install jorgebucaran/{fisher,nvm.fish}'"

# ENV Variables required by Jekyll.
ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US:en \
Expand Down

0 comments on commit a06601b

Please sign in to comment.