internal-alacritty

This commit is contained in:
Jackson Delahunt 2019-07-08 17:55:30 +10:00
parent 578a1786fe
commit 45d5b79215
2 changed files with 2 additions and 2 deletions

View file

@ -258,7 +258,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
# Take ownership of user's home and applications directory
RUN chown -R $USER:$USER $HOME /opt

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 &