Skip to content

Commit

Permalink
maint: change zinit branch back to main
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Apr 26, 2022
1 parent 82173ea commit e783a4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ USER ${USER}

RUN mkdir ${HOME}/.config \
&& git clone https://github.com/vladdoster/dotfiles ${HOME}/.config/dotfiles \
&& chown -R ${UID}:${GID} ${HOME} \
&& make -C ${HOME}/.config/dotfiles install \
&& echo "#!/usr/bin/env zsh" > $HOME/.zshrc
&& chown -R ${UID}:${GID} ${HOME}
# && make -C ${HOME}/.config/dotfiles install \
# && echo "#!/usr/bin/env zsh" > $HOME/.zshrc

WORKDIR ${HOME}
CMD ["zsh", "--no-rcs"]

0 comments on commit e783a4f

Please sign in to comment.