mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-31 02:26:44 +10:00
internal-alacritty
This commit is contained in:
parent
578a1786fe
commit
45d5b79215
2 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,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
|
||||
|
||||
# Take ownership of user's home and applications directory
|
||||
RUN chown -R $USER:$USER $HOME /opt
|
||||
|
|
|
|||
|
|
@ -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