Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ubuntu/18.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ RUN useradd -m box -s /usr/bin/fish \
&& echo "box ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/box

# Install fisher package manager and configure the Powerline-style bobthefish theme
RUN gosu box curl -Lo /home/box/.config/fish/functions/fisher.fish --create-dirs https://git.io/fisher \
&& gosu box fish -c "fisher add oh-my-fish/theme-bobthefish"
RUN gosu box fish -c "curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher oh-my-fish/theme-bobthefish"
COPY --chown=box:box config.fish /home/box/.config/fish/
ENV SHELL /usr/bin/fish

Expand Down