mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 18:16:42 +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-x11.git & \
|
||||||
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-xdg.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 & \
|
gosu $USER vcsh clone https://sabrehagen@github.com/sabrehagen/dotfiles-zsh.git & \
|
||||||
wait && echo 1
|
wait
|
||||||
|
|
||||||
# Cache zsh plugins
|
# Cache zsh plugins
|
||||||
RUN gosu $USER zsh -c "source $HOME/.zshrc"
|
RUN gosu $USER zsh -c "source $HOME/.zshrc"
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ docker run \
|
||||||
--detach \
|
--detach \
|
||||||
--device /dev/snd \
|
--device /dev/snd \
|
||||||
--env DESKTOP_ENVIRONMENT_USER \
|
--env DESKTOP_ENVIRONMENT_USER \
|
||||||
--env DISPLAY \
|
--env DISPLAY=:0 \
|
||||||
--env GIT_COMMITTER_EMAIL="$DESKTOP_ENVIRONMENT_GIT_EMAIL" \
|
--env GIT_COMMITTER_EMAIL="$DESKTOP_ENVIRONMENT_GIT_EMAIL" \
|
||||||
--env GIT_COMMITTER_NAME="$DESKTOP_ENVIRONMENT_GIT_NAME" \
|
--env GIT_COMMITTER_NAME="$DESKTOP_ENVIRONMENT_GIT_NAME" \
|
||||||
--group-add audio \
|
--group-add audio \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue