From 9489d831924718b7eee1f5dc2d827d3a18d91255 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 15 Feb 2019 23:46:58 +1100 Subject: [PATCH] kern-p --- .motd | 10 +++++----- Dockerfile | 7 ++++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.motd b/.motd index 56f9e96..3f4137c 100644 --- a/.motd +++ b/.motd @@ -1,6 +1,6 @@ - _____ ______ ______ __ __ ______ ______ ______ -/\ __-. /\ ___\ /\ ___\ /\ \/ / /\__ _\ /\ __ \ /\ == \ -\ \ \/\ \ \ \ __\ \ \___ \ \ \ _"-.\/_/\ \/ \ \ \/\ \\ \ _-/ - \ \____- \ \_____\ \/\_____\ \ \_\ \_\ \ \_\ \ \_____\\ \_\ - \/____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_____/ \/_/ + _____ ______ ______ __ __ ______ ______ ______ +/\ __-. /\ ___\ /\ ___\ /\ \/ / /\__ _\ /\ __ \ /\ == \ +\ \ \/\ \ \ \ __\ \ \___ \ \ \ _"-.\/_/\ \/ \ \ \/\ \ \ \ _-/ + \ \____- \ \_____\ \/\_____\ \ \_\ \_\ \ \_\ \ \_____\ \ \_\ + \/____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_____/ \/_/ diff --git a/Dockerfile b/Dockerfile index 5bda3d3..aa19f95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -96,6 +96,9 @@ RUN usermod \ --groups audio,chrome,video \ $USER +# Add user configuration files +COPY .motd $HOME + # Take ownership of the desktop user's folder RUN chown -R $USER:$USER /$USER @@ -113,9 +116,6 @@ RUN cp /$BASE_USER/home/.zshrc $HOME # Remove remaining base user files RUN rm -rf $BASE_USER -# Add message of the day -COPY .motd $HOME - # Clone dotfiles configuration RUN vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-alpine.git && \ @@ -123,6 +123,7 @@ RUN vcsh clone git://github.com/sabrehagen/dotfiles-alacritty.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-musikcube.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-scripts.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-vlc.git && \ + vcsh clone git://github.com/sabrehagen/dotfiles-x11.git && \ vcsh clone git://github.com/sabrehagen/dotfiles-zsh.git # Cache zsh plugins