Merge branch 'master' of github.com:sabrehagen/desktop-environment

This commit is contained in:
Jackson Delahunt 2019-07-11 09:45:33 +10:00
commit cae63ea735
2 changed files with 2 additions and 2 deletions

View file

@ -284,7 +284,7 @@ RUN gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-alac
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-x11.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-xdg.git & \
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-zsh.git & \
wait && echo 1
wait
# Cache zsh plugins
RUN gosu $USER zsh -c "source $HOME/.zshrc"

View file

@ -15,7 +15,7 @@ docker run \
--detach \
--device /dev/snd \
--env DESKTOP_ENVIRONMENT_USER \
--env DISPLAY \
--env DISPLAY=:0 \
--env GIT_COMMITTER_EMAIL="$DESKTOP_ENVIRONMENT_GIT_EMAIL" \
--env GIT_COMMITTER_NAME="$DESKTOP_ENVIRONMENT_GIT_NAME" \
--group-add audio \