This commit is contained in:
Jackson Delahunt 2019-02-15 18:48:17 +11:00
parent 09188b20ad
commit 44959ad9a5
2 changed files with 0 additions and 4 deletions

View file

@ -73,7 +73,6 @@ RUN mkdir -p $HOME && \
# Program environment configuration
ENV SSH_AUTH_SOCK $HOME/.ssh.sock
RUN touch $SSH_AUTH_SOCK
# User environment configuration
ENV STEMN_GIT_EMAIL "jackson@stemn.com"

View file

@ -98,9 +98,6 @@ echo "@reboot $HOST_USER $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/start.sh" >> /e
# Take ownership of all files under the user's directory
chown -R $HOST_USER:$HOST_USER /$HOST_USER
# Clone private ssh keys using github access token
gosu $HOST_USER vcsh clone https://${DESKTOP_ENVIRONMENT_GITHUB_TOKEN:-$DESKTOP_ENVIRONMENT_REGISTRY}@github.com/sabrehagen/dotfiles-ssh.git
# Install dotfiles configuration for host user
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git
gosu $HOST_USER vcsh clone git://github.com/sabrehagen/dotfiles-autostart.git