mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 14:47:25 +10:00
9 lines
216 B
Bash
Executable file
9 lines
216 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Export desktop environment shell configuration
|
|
export $(sh $REPO_ROOT/scripts/environment.sh)
|
|
|
|
docker exec \
|
|
--interactive \
|
|
--tty \
|
|
$DESKTOP_ENVIRONMENT_CONTAINER zsh
|