mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-27 19:42:43 +10:00
7 lines
282 B
Bash
Executable file
7 lines
282 B
Bash
Executable file
REPO_ROOT=$(dirname $(readlink -f $0))/../..
|
|
|
|
# Export desktop environment shell configuration
|
|
eval "$(cat $REPO_ROOT/docker/scripts/environment.sh)"
|
|
|
|
# Start a desktop environment detached from this shell
|
|
nohup gosu $DESKTOP_ENVIRONMENT_USER alacritty </dev/null >/dev/null 2>&1 &
|