From 87223381f1b82782500dc44905cef478cd3aa4f7 Mon Sep 17 00:00:00 2001 From: kento2 Date: Tue, 3 Mar 2026 15:53:06 +0100 Subject: [PATCH] . --- files/.zprofile | 2 ++ setup.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/files/.zprofile b/files/.zprofile index eed002a..55f9930 100644 --- a/files/.zprofile +++ b/files/.zprofile @@ -13,4 +13,6 @@ exists() { grep 'l' <<< "$-" && \ test "$(tty)" = '/dev/tty1' && \ cd && + echo 'Press return to start gui' && + read && exec swc-launch wsxwm diff --git a/setup.sh b/setup.sh index ae880cb..a121809 100755 --- a/setup.sh +++ b/setup.sh @@ -30,6 +30,7 @@ while read -r path; do continue fi + pwd ln -fs "$(realpath "$path")" "$HOME/$path" echo "[x] created symlink $path -> $HOME/$path" fi