mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 14:47:25 +10:00
10 lines
256 B
Bash
Executable file
10 lines
256 B
Bash
Executable file
REPO_ROOT=$(dirname $(realpath $0))/..
|
|
|
|
# Rebuild the desktop environment
|
|
$REPO_ROOT/scripts/build.sh
|
|
|
|
# Reset the desktop environment state
|
|
$REPO_ROOT/scripts/stop.sh
|
|
$REPO_ROOT/scripts/clean.sh
|
|
$REPO_ROOT/scripts/start.sh
|
|
$REPO_ROOT/scripts/alacritty.sh
|