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

This commit is contained in:
Jackson Delahunt 2019-07-09 09:49:26 +10:00
commit c4ebbc038c
2 changed files with 2 additions and 2 deletions

View file

@ -274,7 +274,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
wait && echo 1
# Cache zsh plugins
RUN gosu $USER zsh -c "source $HOME/.zshrc"

View file

@ -4,4 +4,4 @@ REPO_ROOT=$(dirname $(readlink -f $0))/../..
eval "$($REPO_ROOT/docker/scripts/environment.sh)"
# Start a desktop environment detached from this shell
nohup alacritty </dev/null >/dev/null 2>&1 &
docker exec $DESKTOP_ENVIRONMENT_CONTAINER_NAME alacritty &