mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 12:43:40 +10:00
Merge branch 'master' of github.com:sabrehagen/desktop-environment
This commit is contained in:
commit
c4ebbc038c
2 changed files with 2 additions and 2 deletions
|
|
@ -274,7 +274,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
|
||||
wait && echo 1
|
||||
|
||||
# Cache zsh plugins
|
||||
RUN gosu $USER zsh -c "source $HOME/.zshrc"
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|||
eval "$($REPO_ROOT/docker/scripts/environment.sh)"
|
||||
|
||||
# Start a desktop environment detached from this shell
|
||||
nohup alacritty </dev/null >/dev/null 2>&1 &
|
||||
docker exec $DESKTOP_ENVIRONMENT_CONTAINER_NAME alacritty &
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue