mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 20:53:16 +10:00
plugins
This commit is contained in:
parent
2becda723f
commit
5ebea0f25a
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ USER root
|
|||
|
||||
# Install user utilities
|
||||
RUN apt-get install -qq \
|
||||
feh \
|
||||
software-properties-common \
|
||||
vcsh \
|
||||
vlc \
|
||||
|
|
@ -124,5 +125,8 @@ RUN vcsh clone https://github.com/sabrehagen/dotfiles-alacritty && \
|
|||
# Cache zsh plugins
|
||||
RUN zsh -c "source $HOME/.zshrc"
|
||||
|
||||
# Cache tmux plugins
|
||||
RUN zsh -c "/opt/tpm/bin/install_plugins"
|
||||
|
||||
# Start a shell on entry
|
||||
CMD zsh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue