mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
Merge branch 'master' of github.com:sabrehagen/desktop-environment
This commit is contained in:
commit
cae63ea735
2 changed files with 2 additions and 2 deletions
|
|
@ -284,7 +284,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 && echo 1
|
||||
wait
|
||||
|
||||
# Cache zsh plugins
|
||||
RUN gosu $USER zsh -c "source $HOME/.zshrc"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ docker run \
|
|||
--detach \
|
||||
--device /dev/snd \
|
||||
--env DESKTOP_ENVIRONMENT_USER \
|
||||
--env DISPLAY \
|
||||
--env DISPLAY=:0 \
|
||||
--env GIT_COMMITTER_EMAIL="$DESKTOP_ENVIRONMENT_GIT_EMAIL" \
|
||||
--env GIT_COMMITTER_NAME="$DESKTOP_ENVIRONMENT_GIT_NAME" \
|
||||
--group-add audio \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue