mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
kern-p
This commit is contained in:
parent
65cae5c10a
commit
9489d83192
2 changed files with 9 additions and 8 deletions
10
.motd
10
.motd
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
_____ ______ ______ __ __ ______ ______ ______
|
||||
/\ __-. /\ ___\ /\ ___\ /\ \/ / /\__ _\ /\ __ \ /\ == \
|
||||
\ \ \/\ \ \ \ __\ \ \___ \ \ \ _"-.\/_/\ \/ \ \ \/\ \\ \ _-/
|
||||
\ \____- \ \_____\ \/\_____\ \ \_\ \_\ \ \_\ \ \_____\\ \_\
|
||||
\/____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_____/ \/_/
|
||||
_____ ______ ______ __ __ ______ ______ ______
|
||||
/\ __-. /\ ___\ /\ ___\ /\ \/ / /\__ _\ /\ __ \ /\ == \
|
||||
\ \ \/\ \ \ \ __\ \ \___ \ \ \ _"-.\/_/\ \/ \ \ \/\ \ \ \ _-/
|
||||
\ \____- \ \_____\ \/\_____\ \ \_\ \_\ \ \_\ \ \_____\ \ \_\
|
||||
\/____/ \/_____/ \/_____/ \/_/\/_/ \/_/ \/_____/ \/_/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue